Commit Graph

38893 Commits (d03f3314b35cc4ac2be832cf63ae67a69ee4d93c)
 

Author SHA1 Message Date
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
Tom Lane 9a5f369adc Repair mishandling of cached cast-expression trees in plpgsql. 11 years ago
Noah Misch eb3b93b534 AIX: Test the -qlonglong option before use. 11 years ago
Tom Lane fd415ffc9c Fix a low-probability crash in our qsort implementation. 11 years ago
Magnus Hagander 095b8e158b Fix spelling error 11 years ago
Magnus Hagander 34a6c6172e Fix copy/past error in comment 11 years ago
Noah Misch 525a6a0d45 AIX: Link TRANSFORM modules with their dependencies. 11 years ago
Noah Misch c2b824e34e AIX: Link the postgres executable with -Wl,-brtllib. 11 years ago
Noah Misch 21a101848b MinGW: Link ltree_plpython with plpython. 11 years ago
Alvaro Herrera 8bc8dd81ed Mention table_rewrite as valid event trigger tag 11 years ago
Robert Haas 7044699495 Remove regression test added on auto-pilot. 11 years ago
Fujii Masao 5658b0dc04 Prevent pgstattuple() from reporting BRIN as unknown index. 11 years ago
Heikki Linnakangas fe92a72a2b Make regression test output stable. 11 years ago
Heikki Linnakangas 9dee48c94b Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 11 years ago
Heikki Linnakangas 6d5031efcb Reformat code in ATPostAlterTypeParse. 11 years ago
Bruce Momjian 3096ff924a release notes: markup: vacuumdb is an application, not command 11 years ago
Tom Lane 0e78a610f2 Fix assorted memory leaks. 11 years ago
Andres Freund 1884708e25 For consistency add a pfree to ON CONFLICT set_plan_refs code. 11 years ago