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
*
Remove special handling for open() in initdb for Windows
Michael Paquier
2018-09-21
*
Fix psql's tab completion for TABLE.
Tom Lane
2018-09-20
*
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
Tom Lane
2018-09-20
*
Add a "return" statement to pacify perlcritic.
Tom Lane
2018-09-20
*
Add missing pg_description strings for pg_type entries.
Tom Lane
2018-09-20
*
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-09-20
*
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-20
*
Fix segment_bins corruption in dsa.c.
Thomas Munro
2018-09-20
*
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-20
*
Enforce translation mode for Windows frontends to text with open/fopen
Michael Paquier
2018-09-20
*
Fix minor error message style guide violation.
Tom Lane
2018-09-19
*
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
*
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
*
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-18
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Remove dead code from pop_next_work_item().
Tom Lane
2018-09-17
*
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-09-17
*
Add list of acknowledgments to release notes
Peter Eisentraut
2018-09-16
*
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-09-16
*
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-16
*
doc: clarify pg_basebackup's -C/--create-slot description
Bruce Momjian
2018-09-16
*
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
*
Improve parallel scheduling logic in pg_dump/pg_restore.
Tom Lane
2018-09-14
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Improve autovacuum logging for aggressive and anti-wraparound runs
Michael Paquier
2018-09-14
*
Message style improvements
Peter Eisentraut
2018-09-13
*
Detect LLVM 7 without specifying binaries explicitly.
Andres Freund
2018-09-13
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Simplify static function in extension.c
Michael Paquier
2018-09-13
*
Simplify index tuple descriptor initialization
Peter Eisentraut
2018-09-13
*
Minor fixes for psql tab completion.
Tom Lane
2018-09-12
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
ecpg: Change --version output to common style
Peter Eisentraut
2018-09-12
*
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2018-09-11
*
Parse more strictly integer parameters from connection strings in libpq
Michael Paquier
2018-09-12
*
doc: adjust PG 11 release notes
Bruce Momjian
2018-09-11
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Use -Bsymbolic for shared libraries on HP-UX and Solaris.
Tom Lane
2018-09-10
*
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-10
[next]