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
/
include
Age
Commit message (
Expand
)
Author
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-12
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-06-09
Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.
Andres Freund
2020-06-08
Update snowball
Peter Eisentraut
2020-06-08
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
Add unlikely() to CHECK_FOR_INTERRUPTS()
Joe Conway
2020-06-05
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-05-28
Fix some comments in xlogreader.h
Michael Paquier
2020-05-17
Mop-up for wait event naming issues.
Tom Lane
2020-05-17
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-15
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-12
Do pre-release housekeeping on catalog data.
Tom Lane
2020-05-11
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-10
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-05
Normalize _bt_findsplitloc() argument names.
Peter Geoghegan
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-04-24
Repair performance regression in information_schema.triggers view.
Tom Lane
2020-04-24
Update Unicode data to Unicode 13.0.0 and CLDR 37
Peter Eisentraut
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-23
Remove ACLDEBUG #define and associated code.
Tom Lane
2020-04-23
Also rename 'struct manifest_info'.
Robert Haas
2020-04-23
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-22
nbtree: Rename BT_RESERVED_OFFSET_MASK.
Peter Geoghegan
2020-04-22
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-21
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
Fix duplicate typedef from commit 0d8c9c121.
Tom Lane
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
[next]