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
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Fix plan instability in the new tuplesort test.
Andres Freund
2019-11-13
*
Remove unused code from tuplesort.
Andres Freund
2019-11-13
*
Add tests for tuplesort.c.
Andres Freund
2019-11-13
*
Add missing check_collation_set call to bpcharne().
Tom Lane
2019-11-13
*
Fix silly initializations (cosmetic only).
Tom Lane
2019-11-13
*
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-13
*
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-13
*
Include TableFunc references when computing expression dependencies.
Tom Lane
2019-11-13
*
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-13
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Add regression test for two-phase transaction in postgres_fdw
Michael Paquier
2019-11-13
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
*
pg_stat_activity: document client_port being null
Alvaro Herrera
2019-11-12
*
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-12
*
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
*
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-12
*
Teach datum_image_eq() about cstring datums.
Peter Geoghegan
2019-11-12
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
gitattributes: Add new file
Peter Eisentraut
2019-11-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Doc: fix ancient mistake, or at least obsolete info, in rules example.
Tom Lane
2019-11-11
*
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
*
gitattributes: Remove entries for no longer existing files
Peter Eisentraut
2019-11-11
*
Fix whitespace
Peter Eisentraut
2019-11-11
*
Rerun autoheader
Peter Eisentraut
2019-11-11
*
Optimize PredicateLockTuple().
Thomas Munro
2019-11-11
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
*
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
Amit Kapila
2019-11-11
*
Fix subscription test
Peter Eisentraut
2019-11-09
*
doc: Clarify documentation about SSL passphrases
Peter Eisentraut
2019-11-09
*
doc: Further tweak recovery parameters documentation
Peter Eisentraut
2019-11-09
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix new COPY test of PL/pgSQL with VPATH builds
Michael Paquier
2019-11-09
*
Add tests for COPY in PL/pgSQL
Michael Paquier
2019-11-09
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
postgres_fdw: Fix error message for PREPARE TRANSACTION.
Etsuro Fujita
2019-11-08
*
More precise errors from initial pg_control check
Peter Eisentraut
2019-11-08
*
Use "low key" terminology in nbtsort.c.
Peter Geoghegan
2019-11-07
*
docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Bruce Momjian
2019-11-07
*
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-11-07
*
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-07
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
Fix nested error handling in PG_FINALLY
Peter Eisentraut
2019-11-07
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
[next]