Commit Graph

38756 Commits (c6fbe6d6fb828f50b9d67627588eb5ab8bd25e47)
 

Author SHA1 Message Date
Heikki Linnakangas c6fbe6d6fb Add selectivity estimation functions for intarray operators. 10 years ago
Tom Lane 434873806a Fix some oversights in BRIN patch. 10 years ago
Andrew Dunstan 9faa6ae14f Fix location of output logs of pg_regress 10 years ago
Alvaro Herrera 149b1dd840 Fix omission of OCLASS_TRANSFORM in object_classes[] 10 years ago
Heikki Linnakangas eb11de8ff5 Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. 10 years ago
Alvaro Herrera e52b690cf5 Don't handle PUBLIC/NONE separately 10 years ago
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass 10 years ago
Alvaro Herrera 1a51180080 Improve tab-completion for DROP POLICY 10 years ago
Alvaro Herrera f8d67ca8d4 Fix (some of) pltcl memory usage 10 years ago
Alvaro Herrera 8d90736924 Improve BRIN documentation somewhat 10 years ago
Alvaro Herrera b7ca57ac0e Fix mis-merge in previous commit 10 years ago
Alvaro Herrera 8f612b7f00 Add some comments to test_ddl_deparse and a README 10 years ago
Heikki Linnakangas 13f2db2ffb Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default. 10 years ago
Andrew Dunstan 9aa663463b Remove dead code. 10 years ago
Tom Lane 576a95b3a1 Make WaitLatchOrSocket's timeout detection more robust. 10 years ago
Andrew Dunstan 00eff86cb8 Enable transforms modules to build and test on Cygwin. 10 years ago
Andrew Dunstan 4738650485 Release note compatibility item 10 years ago
Andrew Dunstan e02d44b8a7 Support JSON negative array subscripts everywhere 10 years ago
Tom Lane 0fc94a5bab Repair mishandling of cached cast-expression trees in plpgsql. 10 years ago
Tom Lane 266e771435 Fix entirely broken permissions test in new alter_operator regression test. 10 years ago
Robert Haas a04bb65f70 Add new function pg_notification_queue_usage. 10 years ago
Noah Misch 43d89a23d5 AIX: Test the -qlonglong option before use. 10 years ago
Tom Lane 9d6077abf9 Fix a low-probability crash in our qsort implementation. 10 years ago
Magnus Hagander 828df727a6 Fix spelling error 10 years ago
Magnus Hagander 64c9d8a6c8 Fix copy/past error in comment 10 years ago
Noah Misch 7193436744 AIX: Link TRANSFORM modules with their dependencies. 10 years ago
Noah Misch bcd7c41206 AIX: Link the postgres executable with -Wl,-brtllib. 10 years ago
Noah Misch 736c1f238b MinGW: Link ltree_plpython with plpython. 10 years ago
Alvaro Herrera b1b6671722 Mention table_rewrite as valid event trigger tag 10 years ago
Robert Haas aa6b2e629c Remove regression test added on auto-pilot. 10 years ago
Heikki Linnakangas d5c0495cd4 Fix event trigger support for the new ALTER OPERATOR command. 10 years ago
Heikki Linnakangas 321eed5f0f Add ALTER OPERATOR command, for changing selectivity estimator functions. 10 years ago
Fujii Masao 705d397cd9 Prevent pgstattuple() from reporting BRIN as unknown index. 10 years ago
Heikki Linnakangas 1a56498e5f Make regression test output stable. 10 years ago
Heikki Linnakangas e42375fc81 Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 10 years ago
Heikki Linnakangas 1ab9faaecb Reformat code in ATPostAlterTypeParse. 10 years ago
Bruce Momjian 716f97f966 release notes: markup: vacuumdb is an application, not command 10 years ago
Tom Lane bcc87b6b00 Fix assorted memory leaks. 10 years ago
Andres Freund 3ed26e5f87 For consistency add a pfree to ON CONFLICT set_plan_refs code. 10 years ago
Andres Freund ff27db5dd2 Optionally don't error out due to preexisting slots in commandline utilities. 10 years ago
Tom Lane 0a0fe2ff6e Add now-required #include. 10 years ago
Bruce Momjian 57057e2124 doc: fix typo in CREATE POLICY manual page 10 years ago
Joe Conway 808ea8fc7b Add assign_expr_collations() to CreatePolicy() and AlterPolicy(). 10 years ago
Heikki Linnakangas cba045b0bd Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER additions. 10 years ago
Tom Lane e4f29ce323 Improve documentation about array concat operator vs. underlying functions. 10 years ago
Tom Lane 45811be94e Fix postmaster's handling of a startup-process crash. 10 years ago
Fujii Masao 6ba365aa46 Fix obsolete comment regarding NOTICE message level. 10 years ago
Fujii Masao c2e5f4d1c1 Make wal_compression PGC_SUSET rather than PGC_USERSET. 10 years ago
Heikki Linnakangas 23b8928829 Use --debug flag in "remote" pg_rewind regression tests. 10 years ago
Heikki Linnakangas aaec6a6d37 Fix another broken link in documentation. 10 years ago