TopicMailing ListsActivityParticipants
Why is infinite_recurse test suddenly failing?
hackers
24 replies
Jun 28, 2024
Tom LaneMark WongAndres FreundAndrew DunstanThomas Munro+2
2 commits
Clarify behavior of adding and altering a column in same ALTER command.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Restructure ALTER TABLE execution to fix assorted bugs.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
2020-01Committed
Patch#2130
CINot processed
ReviewersÁlvaro Herrera (alvherre)
CommitterTom Lane (tgl)
Rearranging ALTER TABLE to avoid multi-operations bugs
Rearranging ALTER TABLE to avoid multi-operations bugs
hackers
22 replies
Jan 21, 2020
Tom LaneAlvaro HerreraRobert Haasmovead.li@highgo.caThomas Munro+1
1 commit
Fix issues around strictness of SIMILAR TO.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
2019-09Committed
Patch#2128
CINot processed
CommitterTom Lane (tgl)
SQL-spec incompatibilities in similar_escape() and related stuff
SQL-spec incompatibilities in similar_escape() and related stuff
hackers
15 replies
Sep 07, 2019
Tom LaneAndrew GierthAlvaro HerreraRobert Haas
2 commits
Use data directory inode number, not port, to select SysV resource keys.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+6 more
2019-09Committed
Patch#2238
CINot processed
ReviewersPeter Eisentraut (petere)
CommitterTom Lane (tgl)
Unexpected "shared memory block is still in use"
Unexpected "shared memory block is still in use"
hackers
17 replies
Sep 05, 2019
Tom LaneNoah MischPeter EisentrautKyotaro Horiguchi
1 commit
Remove dead encoding-conversion functions.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Dead encoding conversion functions
Dead encoding conversion functions
hackers
4 replies
Jun 30, 2019
Tom LaneDaniel GustafssonNoah MischPeter Eisentraut
3 commits
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
master12beta3REL_19_STABLE12beta3REL_18_STABLE12beta3REL_17_STABLE12beta3REL_16_STABLE12beta3REL_15_STABLE12beta3REL_14_STABLE12beta3REL_13_STABLE12beta3+1 more
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Inconsistent error message wording for REINDEX CONCURRENTLY
Inconsistent error message wording for REINDEX CONCURRENTLY
hackers
22 replies
Jun 20, 2019
Michael PaquierTom LaneAlvaro HerreraRobert Haas
pgsql: Improve coverage of cpluspluscheck.
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
comitters
0 replies
May 31, 2019
Tom Lane
pgsql: Make our perfect hash functions be valid C++.
comitters
0 replies
May 31, 2019
Tom Lane
1 commit
Remove unnecessary (and wrong) forward declaration.
master12beta2REL_19_STABLE12beta2REL_18_STABLE12beta2REL_17_STABLE12beta2REL_16_STABLE12beta2REL_15_STABLE12beta2REL_14_STABLE12beta2REL_13_STABLE12beta2+1 more
tableam.h fails cpluspluscheck
tableam.h fails cpluspluscheck
hackers
2 replies
May 31, 2019
Tom LaneAndres Freund
pgsql: Fix more thinkos in new ECPG "PREPARE AS" code.
comitters
0 replies
May 26, 2019
Tom Lane
pgsql: Fix thinko in new ECPG "PREPARE AS" code.
comitters
0 replies
May 26, 2019
Tom Lane
Suppressing noise in successful check-world runs
hackers
4 replies
May 24, 2019
Peter GeogheganTom Lane
comitters
0 replies
May 24, 2019
Tom Lane
comitters
0 replies
May 24, 2019
Tom Lane
1 commit
In transam.h, don't expose static inline functions to frontend code.
master12beta2REL_19_STABLE12beta2REL_18_STABLE12beta2REL_17_STABLE12beta2REL_16_STABLE12beta2REL_15_STABLE12beta2REL_14_STABLE12beta2REL_13_STABLE12beta2+1 more
FullTransactionId changes are causing portability issues
FullTransactionId changes are causing portability issues
hackers
10 replies
May 23, 2019
Tom LaneAndres Freund
3 commits
Fix logical replication's ideas about which type OIDs are built-in.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+3 more
Improve commentary about hack in is_publishable_class().
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Fuzzy thinking in is_publishable_class
Fuzzy thinking in is_publishable_class
hackers
9 replies
May 23, 2019
Tom LanePeter EisentrautPetr JelinekAndres FreundRobert Haas
Loading more results...