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
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-08
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-07
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-06
Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.
Dean Rasheed
2023-01-03
During pg_dump startup, acquire table locks in batches.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-28
Reorder some object files in makefiles
Peter Eisentraut
2022-12-27
Add custom filtering rules to the TAP tests of pg_upgrade
Michael Paquier
2022-12-27
Fix incorrect copy-pasto in error message of pg_waldump.c
Michael Paquier
2022-12-26
pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records
Michael Paquier
2022-12-25
Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql
Michael Paquier
2022-12-23
Update upgrade_adapt.sql to handle tables using aclitem as data type
Michael Paquier
2022-12-23
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-21
Make more consistent some translated strings related to compression
Michael Paquier
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-19
Fix typo in comment
Peter Eisentraut
2022-12-16
pg_upgrade: Make testing different transfer modes easier
Peter Eisentraut
2022-12-16
pg_upgrade: Add --copy option
Peter Eisentraut
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
Jeff Davis
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-12-12
Add support for GRANT SET in psql tab completion
Michael Paquier
2022-12-11
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-06
Provide test coverage in pg_dump for default behaviors with compression
Michael Paquier
2022-12-05
initdb: Refactor PG_CMD_PUTS loops
Peter Eisentraut
2022-12-05
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-03
Add missing const qualifier
David Rowley
2022-12-02
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
Report incompatible roles in pg_upgrade checking
Daniel Gustafsson
2022-12-02
Switch pg_dump to use compression specifications
Michael Paquier
2022-11-30
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-29
meson: Add some missing env settings for tests of pg_dump and pg_verifybackup
Michael Paquier
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-26
Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync
Michael Paquier
2022-11-23
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-18
Fix typos and bump catversion.
Robert Haas
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
psql: Improve tab completion for GRANT/REVOKE
Michael Paquier
2022-11-17
Export with_icu when running src/bin/scripts tests with meson
Peter Eisentraut
2022-11-15
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-08
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
Use pg_pwrite_zeros() in walmethods.c
Michael Paquier
2022-11-02
pg_dump: Refactor code that constructs ALTER ... OWNER TO commands
Peter Eisentraut
[next]