summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-17Fix a low-probability crash in our qsort implementation.Tom Lane
2015-07-16Fix spelling errorMagnus Hagander
2015-07-16Fix copy/past error in commentMagnus Hagander
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch
2015-07-16MinGW: Link ltree_plpython with plpython.Noah Misch
2015-07-15Mention table_rewrite as valid event trigger tagAlvaro Herrera
2015-07-14Remove regression test added on auto-pilot.Robert Haas
2015-07-14Fix event trigger support for the new ALTER OPERATOR command.Heikki Linnakangas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Prevent pgstattuple() from reporting BRIN as unknown index.Fujii Masao
2015-07-14Make regression test output stable.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-14Reformat code in ATPostAlterTypeParse.Heikki Linnakangas
2015-07-12release notes: markup: vacuumdb is an application, not commandBruce Momjian
2015-07-12Fix assorted memory leaks.Tom Lane
2015-07-12For consistency add a pfree to ON CONFLICT set_plan_refs code.Andres Freund
2015-07-12Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund
2015-07-12Add now-required #include.Tom Lane
2015-07-12doc: fix typo in CREATE POLICY manual pageBruce Momjian
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-10Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER additions.Heikki Linnakangas
2015-07-09Improve documentation about array concat operator vs. underlying functions.Tom Lane
2015-07-09Fix postmaster's handling of a startup-process crash.Tom Lane
2015-07-09Fix obsolete comment regarding NOTICE message level.Fujii Masao
2015-07-09Make wal_compression PGC_SUSET rather than PGC_USERSET.Fujii Masao
2015-07-09Use --debug flag in "remote" pg_rewind regression tests.Heikki Linnakangas
2015-07-09Fix another broken link in documentation.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-09Use AS_IF rather than plain shell "if" in pthread-check.Heikki Linnakangas
2015-07-09Add .gitignore entries for AIX-specific intermediate build artifacts.Noah Misch
2015-07-09Link pg_stat_statements with libm.Noah Misch
2015-07-09Given a gcc-compatible xlc compiler, prefer xlc-style atomics.Noah Misch
2015-07-09Finish generic-xlc.h draft atomics implementation.Noah Misch
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-09Replace use of "diff -q".Noah Misch
2015-07-09Fix null pointer dereference in "\c" psql command.Noah Misch
2015-07-08Move pthread-tests earlier in the autoconf script.Heikki Linnakangas
2015-07-08Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas
2015-07-07Improve regression test coverage of table lock modes vs permissions.Joe Conway
2015-07-07Fix incorrect path in pg_regress log messages.Fujii Masao
2015-07-07Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane
2015-07-07Improve handling of out-of-memory in libpq.Heikki Linnakangas
2015-07-07Add tab-completion for psql meta-commands.Fujii Masao
2015-07-07Refer to %p in the psql docs as 'process ID' not 'pid'.Andres Freund
2015-07-07Add psql PROMPT variable showing the pid of the connected to backend.Andres Freund
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-07-07Fix pg_recvlogical not to fsync output when it's a tty or pipe.Andres Freund
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway