index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-26
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-24
Expose oldSnapshotControl definition via new header.
Robert Haas
2020-09-23
Improve behavior of tsearch_readline(), and remove t_readline().
Tom Lane
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-22
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-19
Remove large fill factor support from dynahash.c.
Thomas Munro
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
Remove factorial operators, leaving only the factorial() function.
Tom Lane
2020-09-17
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-16
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-12
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-11
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
Tom Lane
2020-09-10
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-07
Add d_type to our Windows dirent emulation.
Thomas Munro
2020-09-07
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-06
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-05
Use multi-inserts for pg_depend
Michael Paquier
2020-09-04
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-03
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-02
Add string_to_table() function.
Tom Lane
2020-09-02
Fix thinko with definition of REINDEXOPT_MISSING_OK
Michael Paquier
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-01
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-30
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
Extend the BufFile interface.
Amit Kapila
2020-08-26
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
Fix a few typos in JIT comments and README
David Rowley
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-17
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-15
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
Remove obsolete cygwin.h hack
Peter Eisentraut
[next]