aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane2015-06-03
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* Minor improvement to txid_current() documentation.Fujii Masao2015-06-03
* Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.Tom Lane2015-06-01
* pgindent: add typedef blog URLBruce Momjian2015-06-01
* Avoid naming a variable "new", and remove bogus initializer.Andrew Dunstan2015-05-31
* Add a couple of missing JsonbValue type initialisers.Andrew Dunstan2015-05-31
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Make Python tests more portablePeter Eisentraut2015-05-31
* pg_upgrade: add missing period in C commentBruce Momjian2015-05-29
* initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane2015-05-29
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-29
* Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane2015-05-29
* Revert exporting of internal GUC variable "data_directory".Tom Lane2015-05-29
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Remove *pgaudit* references also.Stephen Frost2015-05-28
* Finish removing pg_auditStephen Frost2015-05-28
* Fix pg_rewind's handling of top-level symlinks.Tom Lane2015-05-28
* Remove pg_auditStephen Frost2015-05-28
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane2015-05-28
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan2015-05-26
* Revert "Simplify addJsonbToParseState()"Andrew Dunstan2015-05-26
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-26
* Suppress occasional failures in brin regression test.Tom Lane2015-05-26
* Simplify addJsonbToParseState()Andrew Dunstan2015-05-26
* Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan2015-05-26
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-25
* pgindent: document location of "all" typedef listsBruce Momjian2015-05-25
* Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA.Tom Lane2015-05-25
* Update README.tuplockAlvaro Herrera2015-05-25
* Clean up and simplify jsonb_concat code.Andrew Dunstan2015-05-25
* pgindent: fix typoBruce Momjian2015-05-25
* Fix rescan of IndexScan node with the new lossy GiST distance functions.Heikki Linnakangas2015-05-25
* pgindent: more doc updates for skipping __asm__ filesBruce Momjian2015-05-24
* Revert 9.5 pgindent changes to atomics directory filesBruce Momjian2015-05-24
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane2015-05-24
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-24
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update typedef file in preparation for pgindent runBruce Momjian2015-05-23
* Improve pgindent instructions regarding Perl backup filesBruce Momjian2015-05-23
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-23
* Fix incorrect snprintf() limit.Tom Lane2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23