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
Age
Commit message (
Expand
)
Author
2020-04-01
Add support for binary I/O of ltree, lquery, and ltxtquery types.
Tom Lane
2020-04-01
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-04-01
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
Refactor code to look up local replication tuple
Peter Eisentraut
2020-04-01
Update SQL features count
Peter Eisentraut
2020-04-01
Fix typo in contrib/intarray documentation
Alexander Korotkov
2020-04-01
Correct CREATE INDEX documentation for opclass parameters
Alexander Korotkov
2020-04-01
Documentation corrections for opclass parameters
Alexander Korotkov
2020-04-01
Fix crash in psql when attempting to reuse old connection
Michael Paquier
2020-04-01
Fix coverity complaint about commit 40d964ec99.
Amit Kapila
2020-04-01
psql: do file completion for \gx
Bruce Momjian
2020-04-01
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-03-31
doc: remove mention of bitwise operators as solely type-limited
Bruce Momjian
2020-03-31
doc: clarify hierarchy of objects: global, db, schema, etc.
Bruce Momjian
2020-03-31
doc: clarify when row-level locks are released
Bruce Momjian
2020-03-31
Add CREATE INDEX deduplication assertions.
Peter Geoghegan
2020-03-31
Revert erroroneous commit 834b80464d; my apologies
Bruce Momjian
2020-03-31
dummy commit
Bruce Momjian
2020-03-31
doc: add namespace column to pg_buffercache example query
Bruce Momjian
2020-03-31
doc: clarify which table creation is used for inheritance part.
Bruce Momjian
2020-03-31
Fix race condition in statext_store().
Tom Lane
2020-03-31
doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM
Bruce Momjian
2020-03-31
Still another try at stabilizing stats_ext test results.
Tom Lane
2020-03-31
Remove header noise from test_decoding test
Alvaro Herrera
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
Fix lquery's NOT handling, and add ability to quantify non-'*' items.
Tom Lane
2020-03-31
Improve error messages in ltree_in and lquery_in.
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
[next]