index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-03-31
Fix race condition in statext_store().
Tom Lane
2020-03-31
Still another try at stabilizing stats_ext test results.
Tom Lane
2020-03-31
Improve the message logged when recovery is paused.
Fujii Masao
2020-03-31
Allow ecpg to be built stand-alone, allow parallel libpq make
Bruce Momjian
2020-03-31
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-31
Improve error reporting in opclasscmds.c
Alexander Korotkov
2020-03-31
Fix assorted typos
Magnus Hagander
2020-03-31
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
Update SQL features
Peter Eisentraut
2020-03-31
Avoid calls to RelationGetRelationName() and RelationGetNamespace() in
Amit Kapila
2020-03-31
Further simplify nbtree high key truncation.
Peter Geoghegan
2020-03-30
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-30
Refactor nbtree high key truncation.
Peter Geoghegan
2020-03-30
Deduplicate PageIsNew() check in lazy_scan_heap().
Andres Freund
2020-03-30
Fix missing SP-GiST support in 911e702077
Alexander Korotkov
2020-03-30
Remove rudiments of supporting procnum == 0 from 911e702077
Alexander Korotkov
2020-03-30
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
Be more careful about extracting encoding from locale strings on Windows.
Tom Lane
2020-03-30
Attempt to fix unstable regression tests, take 2
David Rowley
2020-03-30
Report waiting via PS while recovery is waiting for buffer pin in hot standby.
Fujii Masao
2020-03-30
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
Add new part SQL/MDA to information_schema.sql_parts
Peter Eisentraut
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
Introduce vacuum errcontext to display additional information.
Amit Kapila
2020-03-29
pg_regress: Observe TMPDIR
Peter Eisentraut
2020-03-29
Update SQL features
Peter Eisentraut
2020-03-29
Attempt to fix unstable regression tests
David Rowley
2020-03-29
Make deduplication use number of key attributes.
Peter Geoghegan
2020-03-28
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-28
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-03-28
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
Prevent functional dependency estimates from exceeding column estimates.
Dean Rasheed
2020-03-28
Cleanup in SQL features files
Peter Eisentraut
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-27
Justify nbtree page split locking in code comment.
Peter Geoghegan
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-27
Update SQL features
Peter Eisentraut
2020-03-26
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
Ensure that plpgsql cleans up cleanly during parallel-worker exit.
Tom Lane
2020-03-26
Document that pg_checksums exists in checksums README
Magnus Hagander
2020-03-26
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
Further fixes for ssl_passphrase_callback test module.
Tom Lane
2020-03-26
Don't listen to localhost in ssl_passphrase_callback test
Andrew Dunstan
[next]