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
/
bin
Age
Commit message (
Expand
)
Author
2025-02-12
Clean up impenetrable logic in pg_basebackup/receivelog.c.
Tom Lane
2025-02-12
Fix minor memory leaks in pg_dump.
Tom Lane
2025-02-12
Fix some inconsistencies with memory freeing in pg_createsubscriber
Michael Paquier
2025-02-11
Limit pgbench COPY FREEZE to ordinary relations
Melanie Plageman
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-02-09
Refactor TAP test code for file comparisons into new routine in Utils.pm
Michael Paquier
2025-02-07
Fix pgbench performance issue induced by commit af35fe501.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-05
Show more-intuitive titles for psql commands \dt, \di, etc.
Tom Lane
2025-02-04
pg_controldata: Fix possible errors on corrupted pg_control
Alexander Korotkov
2025-02-04
vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
Nathan Bossart
2025-01-29
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-26
pg_amcheck: Fix test failure on Windows with non-existing role
Michael Paquier
2025-01-25
Tighten pg_restore's recognition of its -F (format) option values.
Tom Lane
2025-01-24
initdb: Convert tests to use long options with fat comma style
Michael Paquier
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-23
Fix buildfarm failure introduced by commit e65dbc9927.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-23
Add error pattern checks for some TAP tests for non-existing objects
Michael Paquier
2025-01-23
Improve TAP tests of pg_basebackup
Michael Paquier
2025-01-22
Fix \dRp+ output when describing publications with a lower server version.
Amit Kapila
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-22
Run perltidy
Michael Paquier
2025-01-17
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-17
vacuumdb: Fix comment for vacuum_one_database().
Nathan Bossart
2025-01-16
Avoid calling pqsignal() with invalid signals on Windows frontends.
Nathan Bossart
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-14
psql: Add option to use expanded mode to all list commands.
Dean Rasheed
2025-01-14
psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.
Dean Rasheed
2025-01-09
Fix off_t overflow in pg_basebackup on Windows.
Thomas Munro
2025-01-07
Lower default value of autovacuum_worker_slots in initdb as needed.
Nathan Bossart
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-23
Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024-12-18
psql: Add more information about service name
Michael Paquier
2024-12-18
Fix memory leak in pg_restore with zstd-compressed data.
Tom Lane
2024-12-17
pg_combinebackup: Fix PITR comparison test in 002_compare_backups
Michael Paquier
2024-12-16
psql: Tab completion for JOIN ... USING column list
Tomas Vondra
2024-12-16
psql: Tab completion for JOIN ... ON/USING
Tomas Vondra
2024-12-16
psql: Tab completion for LATERAL joins
Tomas Vondra
2024-12-16
psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
Tomas Vondra
2024-12-16
psql: Tab completion for CREATE TEMP TABLE ... USING
Tomas Vondra
2024-12-16
psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
Tomas Vondra
[next]