Commit Graph

38783 Commits (d7fd22a38ff48372c6813983317fc8d1e07fcf87)
 

Author SHA1 Message Date
Heikki Linnakangas d7fd22a38f Fix memory leaks in pg_rewind. Several PQclear() calls were missing. 11 years ago
Heikki Linnakangas 820d1ced1b Don't assume that PageIsEmpty() returns true on an all-zeros page. 11 years ago
Heikki Linnakangas 61a65c53bd Fix memory leak in xlogreader facility. 11 years ago
Heikki Linnakangas 334445179c Reuse all-zero pages in GIN. 11 years ago
Heikki Linnakangas 023430abf7 Fix handling of all-zero pages in SP-GiST vacuum. 11 years ago
Heikki Linnakangas 65c384c5ab Avoid calling PageGetSpecialPointer() on an all-zeros page. 11 years ago
Heikki Linnakangas e3a9a194b7 Remove false comment about speculative insertion. 11 years ago
Tom Lane fca8e59c1c Fix oversight in flattening of subqueries with empty FROM. 11 years ago
Tom Lane 358eaa01bf Make entirely-dummy appendrels get marked as such in set_append_rel_size. 11 years ago
Andres Freund 159cff58cf Check the relevant index element in ON CONFLICT unique index inference. 11 years ago
Andres Freund faab14ecb8 Fix flattening of nested grouping sets. 11 years ago
Andres Freund 61444bfb80 Allow to push down clauses from HAVING to WHERE when grouping sets are used. 11 years ago
Andres Freund e6d8cb77c0 Recognize GROUPING() as a aggregate expression. 11 years ago
Andres Freund 144666f65b Build column mapping for grouping sets in all required cases. 11 years ago
Joe Conway cf80ddee57 Improve markup for row_security. 11 years ago
Tom Lane d9476b8380 Dodge portability issue (apparent compiler bug) in new tablesample code. 11 years ago
Andrew Dunstan caef94d59f Restore use of zlib default compression in pg_dump directory mode. 11 years ago
Tom Lane c879d51c59 Some platforms now need contrib/tsm_system_time to be linked with libm. 11 years ago
Tom Lane b7b5a1899a In pg_ctl, report unexpected failure to stat() the postmaster.pid file. 11 years ago
Tom Lane 158d61534e Update oidjoins regression test for 9.5. 11 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 11 years ago
Joe Conway b26e3d660d Make RLS work with UPDATE ... WHERE CURRENT OF 11 years ago
Andrew Dunstan d9a356ff2e Fix treatment of nulls in jsonb_agg and jsonb_object_agg 11 years ago
Andres Freund c1ca3a19df Fix bug around assignment expressions containing indirections. 11 years ago
Andrew Dunstan 16c33c50e1 Redirect install output of make check into a log file 11 years ago
Heikki Linnakangas 766dcfb16c Fix off-by-one error in calculating subtrans/multixact truncation point. 11 years ago
Tom Lane 46d0a9bfac Fix add_rte_to_flat_rtable() for recent feature additions. 11 years ago
Heikki Linnakangas c6fbe6d6fb Add selectivity estimation functions for intarray operators. 11 years ago
Tom Lane 434873806a Fix some oversights in BRIN patch. 11 years ago
Andrew Dunstan 9faa6ae14f Fix location of output logs of pg_regress 11 years ago
Alvaro Herrera 149b1dd840 Fix omission of OCLASS_TRANSFORM in object_classes[] 11 years ago
Heikki Linnakangas eb11de8ff5 Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. 11 years ago
Alvaro Herrera e52b690cf5 Don't handle PUBLIC/NONE separately 11 years ago
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass 11 years ago
Alvaro Herrera 1a51180080 Improve tab-completion for DROP POLICY 11 years ago
Alvaro Herrera f8d67ca8d4 Fix (some of) pltcl memory usage 11 years ago
Alvaro Herrera 8d90736924 Improve BRIN documentation somewhat 11 years ago
Alvaro Herrera b7ca57ac0e Fix mis-merge in previous commit 11 years ago
Alvaro Herrera 8f612b7f00 Add some comments to test_ddl_deparse and a README 11 years ago
Heikki Linnakangas 13f2db2ffb Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default. 11 years ago
Andrew Dunstan 9aa663463b Remove dead code. 11 years ago
Tom Lane 576a95b3a1 Make WaitLatchOrSocket's timeout detection more robust. 11 years ago
Andrew Dunstan 00eff86cb8 Enable transforms modules to build and test on Cygwin. 11 years ago
Andrew Dunstan 4738650485 Release note compatibility item 11 years ago
Andrew Dunstan e02d44b8a7 Support JSON negative array subscripts everywhere 11 years ago
Tom Lane 0fc94a5bab Repair mishandling of cached cast-expression trees in plpgsql. 11 years ago
Tom Lane 266e771435 Fix entirely broken permissions test in new alter_operator regression test. 11 years ago
Robert Haas a04bb65f70 Add new function pg_notification_queue_usage. 11 years ago
Noah Misch 43d89a23d5 AIX: Test the -qlonglong option before use. 11 years ago
Tom Lane 9d6077abf9 Fix a low-probability crash in our qsort implementation. 11 years ago