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
2021-11-29
Improve psql tab completion for views, FDWs, sequences and transforms
Michael Paquier
2021-11-28
vacuumlazy.c: prefer the term "cleanup lock".
Peter Geoghegan
2021-11-27
Update high level vacuumlazy.c comments.
Peter Geoghegan
2021-11-26
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-26
Go back to considering HOT on pages marked full.
Peter Geoghegan
2021-11-26
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
Add test for REVOKE ADMIN OPTION
Daniel Gustafsson
2021-11-26
Fix GRANTED BY support in REVOKE ROLE statements
Daniel Gustafsson
2021-11-26
Update comments
Peter Eisentraut
2021-11-25
Remove unneeded Python includes
Peter Eisentraut
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
Fix fstat() emulation on Windows with standard streams
Michael Paquier
2021-11-25
Replace straggling uses of ReadRecPtr/EndRecPtr.
Andres Freund
2021-11-24
xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Robert Haas
2021-11-24
Fix corner-case failure to detect improper timeline switch.
Robert Haas
2021-11-24
Remove useless LZ4 system call on failure when writing file header
Michael Paquier
2021-11-24
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
Add support for Visual Studio 2022 in build scripts
Michael Paquier
2021-11-24
Rename SnapBuild* macros in slot.c.
Amit Kapila
2021-11-24
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-23
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-11-22
Adjust pg_dump's priority ordering for casts.
Tom Lane
2021-11-22
Fix pg_dump --inserts mode for generated columns with dropped columns.
Tom Lane
2021-11-22
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
autovacuum: Improve wording in a couple places
Alvaro Herrera
2021-11-22
Add missing words in comment
Alvaro Herrera
2021-11-22
Add ABI extra field to fmgr magic block
Peter Eisentraut
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
Remove lazy_scan_heap parallel VACUUM comment block.
Peter Geoghegan
2021-11-21
pg_receivewal, pg_recvlogical: allow canceling initial password prompt.
Tom Lane
2021-11-21
Doc: update some things relevant to minimum Test::More version.
Tom Lane
2021-11-20
Require version 0.98 of Test::More for TAP tests
Andrew Dunstan
2021-11-20
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-11-19
Allow psql's other uses of simple_prompt() to be interrupted by ^C.
Tom Lane
2021-11-19
Initialize backend status reporting during bootstrap.
Andres Freund
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
Improve psql tab completion for transforms, domains and sequences
Michael Paquier
2021-11-18
Fix quoting of ACL item in table for upgrade binary compatibility checks
Michael Paquier
2021-11-18
Add table to regression tests for binary-compatibility checks in pg_upgrade
Michael Paquier
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
Add a planner support function for starts_with().
Tom Lane
2021-11-17
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-17
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-11-17
Improve publication error messages
Daniel Gustafsson
2021-11-17
Fix incorrect format placeholders
Peter Eisentraut
2021-11-17
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-16
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
[next]