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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2025-01-03
Document strange jsonb sort order for empty top level arrays
Andrew Dunstan
2025-01-02
Ignore nullingrels when looking up statistics
Richard Guo
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-27
Improve handling of date_trunc() units for infinite input values
Michael Paquier
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
guc: reentrant scanner
Peter Eisentraut
2024-12-24
jsonpath scanner: reentrant scanner
Peter Eisentraut
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-23
Don't allow GetTransactionSnapshot() in logical decoding
Heikki Linnakangas
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-23
Fix incorrect source filename references
David Rowley
2024-12-23
Fix some comments related to library unloading
Michael Paquier
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-20
Mark CatalogSnapshotData static
Heikki Linnakangas
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
Extract logic filling pg_stat_get_io()'s tuplestore into its own routine
Michael Paquier
2024-12-17
Skip useless calculation of join RTE column names during EXPLAIN.
Tom Lane
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-17
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-12-17
Tweak some comments related to variable-numbered stats in pgstat.c
Michael Paquier
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-15
Declare a couple of variables inside not outside a PG_TRY block.
Tom Lane
2024-12-14
Refactor some SQL/JSON error messages
Álvaro Herrera
2024-12-14
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-04
Fix dead code
Peter Eisentraut
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-03
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
Perform provider-specific initialization in new functions.
Jeff Davis
2024-12-03
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
Fix #include order in timestamp.c.
Dean Rasheed
2024-12-02
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-11-29
Small indenting fixes in jsonpath_scan.l
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
[next]