Commit Graph

38744 Commits (13f2db2ffb2fac24fcb57ecc56e030e1145df127)
 

Author SHA1 Message Date
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
Tom Lane 0a0fe2ff6e Add now-required #include. 11 years ago
Bruce Momjian 57057e2124 doc: fix typo in CREATE POLICY manual page 11 years ago
Joe Conway 808ea8fc7b Add assign_expr_collations() to CreatePolicy() and AlterPolicy(). 11 years ago
Heikki Linnakangas cba045b0bd Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER additions. 11 years ago
Tom Lane e4f29ce323 Improve documentation about array concat operator vs. underlying functions. 11 years ago
Tom Lane 45811be94e Fix postmaster's handling of a startup-process crash. 11 years ago
Fujii Masao 6ba365aa46 Fix obsolete comment regarding NOTICE message level. 11 years ago
Fujii Masao c2e5f4d1c1 Make wal_compression PGC_SUSET rather than PGC_USERSET. 11 years ago
Heikki Linnakangas 23b8928829 Use --debug flag in "remote" pg_rewind regression tests. 11 years ago
Heikki Linnakangas aaec6a6d37 Fix another broken link in documentation. 11 years ago
Heikki Linnakangas 1ea06203b8 Improve logging of TAP tests. 11 years ago
Heikki Linnakangas 01051a9879 Use AS_IF rather than plain shell "if" in pthread-check. 11 years ago
Noah Misch bfb4cf12ab Add .gitignore entries for AIX-specific intermediate build artifacts. 11 years ago
Noah Misch 0689cfc34b Link pg_stat_statements with libm. 11 years ago
Noah Misch 1e700e0fa0 Given a gcc-compatible xlc compiler, prefer xlc-style atomics. 11 years ago
Noah Misch 0d32d2e693 Finish generic-xlc.h draft atomics implementation. 11 years ago
Noah Misch be8b06c364 Revoke support for strxfrm() that write past the specified array length. 11 years ago
Noah Misch b28244abe5 Replace use of "diff -q". 11 years ago
Noah Misch e135c3d99f Fix null pointer dereference in "\c" psql command. 11 years ago
Heikki Linnakangas 3b14a17c8e Move pthread-tests earlier in the autoconf script. 11 years ago
Heikki Linnakangas e97af6c8bf Replace our hacked version of ax_pthread.m4 with latest upstream version. 11 years ago
Joe Conway e66a45344f Improve regression test coverage of table lock modes vs permissions. 11 years ago