Commit Graph

38766 Commits (c879d51c5918ab5fc8feb9624aa4eae10ee93094)
 

Author SHA1 Message Date
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
Magnus Hagander 828df727a6 Fix spelling error 11 years ago
Magnus Hagander 64c9d8a6c8 Fix copy/past error in comment 11 years ago
Noah Misch 7193436744 AIX: Link TRANSFORM modules with their dependencies. 11 years ago
Noah Misch bcd7c41206 AIX: Link the postgres executable with -Wl,-brtllib. 11 years ago
Noah Misch 736c1f238b MinGW: Link ltree_plpython with plpython. 11 years ago
Alvaro Herrera b1b6671722 Mention table_rewrite as valid event trigger tag 11 years ago
Robert Haas aa6b2e629c Remove regression test added on auto-pilot. 11 years ago
Heikki Linnakangas d5c0495cd4 Fix event trigger support for the new ALTER OPERATOR command. 11 years ago
Heikki Linnakangas 321eed5f0f Add ALTER OPERATOR command, for changing selectivity estimator functions. 11 years ago
Fujii Masao 705d397cd9 Prevent pgstattuple() from reporting BRIN as unknown index. 11 years ago
Heikki Linnakangas 1a56498e5f Make regression test output stable. 11 years ago
Heikki Linnakangas e42375fc81 Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 11 years ago
Heikki Linnakangas 1ab9faaecb Reformat code in ATPostAlterTypeParse. 11 years ago
Bruce Momjian 716f97f966 release notes: markup: vacuumdb is an application, not command 11 years ago
Tom Lane bcc87b6b00 Fix assorted memory leaks. 11 years ago
Andres Freund 3ed26e5f87 For consistency add a pfree to ON CONFLICT set_plan_refs code. 11 years ago
Andres Freund ff27db5dd2 Optionally don't error out due to preexisting slots in commandline utilities. 11 years ago