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
2024-12-05
Fix header inclusion order in c.h.
Thomas Munro
2024-12-04
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
Fix dead code
Peter Eisentraut
2024-12-04
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-03
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
Fix synchronized_standby_slots GUC check hook
Álvaro Herrera
2024-12-03
Drop "Lock" suffix from LWLock wait event names
Álvaro Herrera
2024-12-03
Update obsolete comment
Álvaro Herrera
2024-12-03
Fix handling of CREATE DOMAIN with GENERATED constraint syntax
Peter Eisentraut
2024-12-03
Fix temporary memory leak in system table index scans
Peter Eisentraut
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-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-12-02
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
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-12-01
Fix broken list-munging in ecpg's remove_variables().
Tom Lane
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-29
Small indenting fixes in jsonpath_scan.l
Peter Eisentraut
2024-11-29
Add tests for foreign keys with case-insensitive collations
Peter Eisentraut
2024-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-29
Fix typo in header comment for set_operation_ordered_results_useful
David Rowley
2024-11-28
psql: Sprinkle more CppAsString2() in describe.c
Michael Paquier
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Fix wording in comment
Daniel Gustafsson
2024-11-28
psql: Add tab completion for COPY (MERGE ...
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
Use __attribute__((target(...))) for SSE4.2 CRC-32C support.
Nathan Bossart
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
Remove redundant relam initialization
Álvaro Herrera
2024-11-27
ecpg: clean up some other assorted memory leaks.
Tom Lane
2024-11-27
ecpg: put all string-valued tokens returned by pgc.l in local storage.
Tom Lane
2024-11-27
ecpg: fix some memory leakage of data-type-related structures.
Tom Lane
2024-11-27
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-11-27
ci: Fix cached MacPorts installation management
Andres Freund
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
postmaster: Reduce verbosity of environment dump debug message
Andres Freund
2024-11-27
pgbench: Ensure previous progress message is fully cleared when updating.
Fujii Masao
2024-11-27
Fix pg_get_constraintdef for NOT NULL constraints on domains
Álvaro Herrera
2024-11-27
Fix typo
Peter Eisentraut
2024-11-27
Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."
Thomas Munro
2024-11-27
Require ucrt if using MinGW.
Thomas Munro
[next]