index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
*
Fix pg_restore's misdesigned code for detecting archive file format.
Tom Lane
2021-04-01
*
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-04-01
*
libpq_pipeline: Must strdup(optarg) to avoid crash
Alvaro Herrera
2021-04-01
*
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
*
Make extract(timetz) tests a bit more interesting
Peter Eisentraut
2021-04-01
*
Ensure to send a prepare after we detect concurrent abort during decoding.
Amit Kapila
2021-04-01
*
Move some client-specific routines from SSLServer to PostgresNode
Michael Paquier
2021-04-01
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
*
Initialize conn->Pfdebug to NULL when creating a connection
Alvaro Herrera
2021-03-31
*
Disable force_parallel_mode in libpq_pipeline
Alvaro Herrera
2021-03-31
*
Fix unportable use of isprint().
Tom Lane
2021-03-31
*
Fix portability and safety issues in pqTraceFormatTimestamp.
Tom Lane
2021-03-31
*
Don't prematurely cram a value into a short int.
Tom Lane
2021-03-31
*
Suppress compiler warning in libpq_pipeline.c.
Tom Lane
2021-03-31
*
Improve style of some replication-related error messages.
Tom Lane
2021-03-31
*
Fix some libpq_pipeline test problems
Alvaro Herrera
2021-03-31
*
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
*
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-30
*
Fix comment in parsenodes.h
Michael Paquier
2021-03-31
*
Add support for --extension in pg_dump
Michael Paquier
2021-03-31
*
Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers.
Tom Lane
2021-03-30
*
libpq_pipeline: add PQtrace() support and tests
Alvaro Herrera
2021-03-30
*
Improve PQtrace() output format
Alvaro Herrera
2021-03-30
*
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-03-30
*
Add tests for date_part of epoch near upper bound of timestamp range
Peter Eisentraut
2021-03-30
*
Use a WaitLatch for vacuum/autovacuum sleeping
Stephen Frost
2021-03-30
*
Further tweaking of pg_dump's handling of default_toast_compression.
Tom Lane
2021-03-30
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Fix compiler warning in unistr function
David Rowley
2021-03-30
*
Allow users of simplehash.h to perform direct deletions
David Rowley
2021-03-30
*
Add upper boundary tests for timestamp and timestamptz types
Peter Eisentraut
2021-03-30
*
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-30
*
psql: call clearerr() just before printing
Alvaro Herrera
2021-03-29
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
*
Clean up date_part tests a bit
Peter Eisentraut
2021-03-29
*
Add unistr function
Peter Eisentraut
2021-03-29
*
Reset standard_conforming_strings in strings test
Peter Eisentraut
2021-03-29
*
PageAddItemExtended(): Add LP_UNUSED assertion.
Peter Geoghegan
2021-03-28
[next]