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
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
Clean up error messages related to bad datetime units.
Tom Lane
2022-01-03
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-12-31
pg_dump: avoid unsafe function calls in getPolicies().
Tom Lane
2021-12-31
pg_dump: minor performance improvements from eliminating sub-SELECTs.
Tom Lane
2021-12-31
ci: Add continuous integration for github repositories via cirrus-ci.
Andres Freund
2021-12-31
pg_dump: make dumpPublication et al. less unlike sibling functions.
Tom Lane
2021-12-30
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
Minor cleanup/optimization in pg_dump.
Tom Lane
2021-12-30
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-30
Fix overly generic name in with.sql test.
Thomas Munro
2021-12-29
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-29
Fix incorrect format placeholders
Peter Eisentraut
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
Rethink handling of settings with a prefix reserved by an extension.
Tom Lane
2021-12-26
Fix incorrect field count in pg_control_checkpoint()
Michael Paquier
2021-12-23
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-22
Remove unused include
Peter Eisentraut
2021-12-22
Remove unused include
Peter Eisentraut
2021-12-22
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-12-22
Fix typo in code comment
Peter Eisentraut
2021-12-22
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-21
Add help & tab-complete support for psql's \getenv.
Tom Lane
2021-12-21
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2021-12-20
Add a \getenv command to psql.
Tom Lane
2021-12-20
Add fast path for validating UTF-8 text
John Naylor
2021-12-20
pg_dump: Refactor getIndexes()
Peter Eisentraut
2021-12-20
doc: More documentation on regular expressions and SQL standard
Peter Eisentraut
2021-12-19
Remove some more dead code in pg_dump.
Tom Lane
2021-12-18
Fix typo in TAP tests of pg_receivewal
Michael Paquier
2021-12-18
Add option -N/--no-sync to pg_upgrade
Michael Paquier
2021-12-17
Fix the public schema's permissions in a separate test script.
Tom Lane
2021-12-17
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-16
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-16
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-16
Clean up some more freshly-dead code in pg_dump and pg_upgrade.
Tom Lane
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-15
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
Remove pg_dump's --no-synchronized-snapshots switch.
Tom Lane
2021-12-15
pg_checksums: Fix data type
Peter Eisentraut
2021-12-15
Improve parallel vacuum implementation.
Amit Kapila
2021-12-15
Adjust behavior of some env settings for the TAP tests of MSVC
Michael Paquier
[next]