Commit Graph

38760 Commits (fa4a4df93c8c28d5684cacb1677fbd13f58bb9f2)
 

Author SHA1 Message Date
Andrew Dunstan fa4a4df93c Improve logging of TAP tests. 11 years ago
Heikki Linnakangas beebb259d2 Another attempt at fixing memory leak in xlogreader. 11 years ago
Joe Conway 510aad31ea Fix pg_dump output of policies. 11 years ago
Stephen Frost 5d179a28fb Improve RLS handling in copy.c 11 years ago
Tom Lane cb0bb53204 Further code review for pg_stat_ssl patch. 11 years ago
Tom Lane f3cf8b6b6e Fix pointer-arithmetic thinko in pg_stat_ssl patch. 11 years ago
Heikki Linnakangas 1b7f125bf7 Don't assume that 'char' is signed. 11 years ago
Heikki Linnakangas d09c873f63 Fix memory leaks in pg_rewind. Several PQclear() calls were missing. 11 years ago
Heikki Linnakangas 9c88e06b5a Don't assume that PageIsEmpty() returns true on an all-zeros page. 11 years ago
Heikki Linnakangas 03a0a3532b Fix memory leak in xlogreader facility. 11 years ago
Heikki Linnakangas 202aea62a8 Reuse all-zero pages in GIN. 11 years ago
Heikki Linnakangas 2fa8ba3480 Fix handling of all-zero pages in SP-GiST vacuum. 11 years ago
Heikki Linnakangas 6a0a388c20 Avoid calling PageGetSpecialPointer() on an all-zeros page. 11 years ago
Heikki Linnakangas dd20a97219 Remove false comment about speculative insertion. 11 years ago
Tom Lane 8fb61e0b54 Fix oversight in flattening of subqueries with empty FROM. 11 years ago
Tom Lane 7481c6c2aa Make entirely-dummy appendrels get marked as such in set_append_rel_size. 11 years ago
Andres Freund 13d0053f98 Check the relevant index element in ON CONFLICT unique index inference. 11 years ago
Andres Freund b17ae36ba9 Fix flattening of nested grouping sets. 11 years ago
Andres Freund 29e4455d71 Allow to push down clauses from HAVING to WHERE when grouping sets are used. 11 years ago
Andres Freund 3500d1cc78 Recognize GROUPING() as a aggregate expression. 11 years ago
Andres Freund 65b86c1767 Build column mapping for grouping sets in all required cases. 11 years ago
Joe Conway 60624f45fc Improve markup for row_security. 11 years ago
Tom Lane d5b132bb62 Dodge portability issue (apparent compiler bug) in new tablesample code. 11 years ago
Andrew Dunstan 08012455cd Restore use of zlib default compression in pg_dump directory mode. 11 years ago
Tom Lane 62005e9465 Some platforms now need contrib/tsm_system_time to be linked with libm. 11 years ago
Tom Lane 87221867e8 In pg_ctl, report unexpected failure to stat() the postmaster.pid file. 11 years ago
Tom Lane 68c3549fb5 Update oidjoins regression test for 9.5. 11 years ago
Tom Lane 6fcb337fa5 Redesign tablesample method API, and do extensive code review. 11 years ago
Joe Conway 7d4240d6cd Make RLS work with UPDATE ... WHERE CURRENT OF 11 years ago
Andrew Dunstan 016f28ad3d Fix treatment of nulls in jsonb_agg and jsonb_object_agg 11 years ago
Andres Freund bb0203f26f Fix bug around assignment expressions containing indirections. 11 years ago
Andrew Dunstan fbf8dc2173 Redirect install output of make check into a log file 11 years ago
Heikki Linnakangas a9b3a22aa1 Fix off-by-one error in calculating subtrans/multixact truncation point. 11 years ago
Tom Lane 41ae3b74d9 Fix add_rte_to_flat_rtable() for recent feature additions. 11 years ago
Tom Lane 35ac618a7c Fix some oversights in BRIN patch. 11 years ago
Andrew Dunstan 29f171c81a Fix location of output logs of pg_regress 11 years ago
Alvaro Herrera d6ec181cf1 Fix omission of OCLASS_TRANSFORM in object_classes[] 11 years ago
Heikki Linnakangas e015c3e51f Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. 11 years ago
Alvaro Herrera 869eb84162 Don't handle PUBLIC/NONE separately 11 years ago
Alvaro Herrera 691c32f69a Improve tab-completion for DROP POLICY 11 years ago
Alvaro Herrera b0b6f8d71f Fix (some of) pltcl memory usage 11 years ago
Alvaro Herrera 38b03caebc Improve BRIN documentation somewhat 11 years ago
Alvaro Herrera b2f01a7316 Fix mis-merge in previous commit 11 years ago
Alvaro Herrera f1f3434f21 Add some comments to test_ddl_deparse and a README 11 years ago
Heikki Linnakangas e66e31958f Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default. 11 years ago
Andrew Dunstan 0ed1e572b6 Remove dead code. 11 years ago
Tom Lane fd735e976c Make WaitLatchOrSocket's timeout detection more robust. 11 years ago
Andrew Dunstan d27fad73e8 Enable transforms modules to build and test on Cygwin. 11 years ago
Andrew Dunstan 0beef5af3a Release note compatibility item 11 years ago
Andrew Dunstan 89ddd29bbd Support JSON negative array subscripts everywhere 11 years ago