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
/
fe_utils
Age
Commit message (
Expand
)
Author
6 days
Add ParallelSlotSetIdle().
Nathan Bossart
2025-11-03
Add \pset options for boolean value display
Álvaro Herrera
2025-10-14
Introduce frontend API able to retrieve the contents of PG_VERSION
Michael Paquier
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-04-27
Remove inappropriate inclusions of c.h and postgres_fe.h.
Tom Lane
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-04
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-02-27
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Fix incorrect source filename references
David Rowley
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-08-07
Improve file header comments for astramer code.
Robert Haas
2024-08-05
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-03-21
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-03-18
Add some const decorations
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-21
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-03-23
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-06
Rethink pg_dump's handling of object ACLs.
Tom Lane
2021-07-24
Unify parsing logic for command-line integer options
Michael Paquier
2021-04-16
psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements
Peter Eisentraut
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-03-11
Refactor and generalize the ParallelSlot machinery.
Robert Haas
2021-02-05
Generalize parallel slot result handling.
Robert Haas
2021-02-05
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
Robert Haas
2021-02-03
Factor pattern-construction logic out of processSQLNamePattern.
Robert Haas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Fix query cancellation handling in psql
Michael Paquier
2019-12-02
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-10-17
Fix parallel restore of FKs to partitioned tables
Alvaro Herrera
2019-09-25
Split out recovery confing-writing code from pg_basebackup
Alvaro Herrera
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-30
Fix memory leak coming from simple lists built in reindexdb
Michael Paquier
[next]