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