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
/
backend
Age
Commit message (
Expand
)
Author
2021-01-31
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-31
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-29
Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()
Michael Paquier
2021-01-29
Retire pg_standby.
Thomas Munro
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2021-01-28
Remove bogus restriction from BEFORE UPDATE triggers
Alvaro Herrera
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
Add direct conversion routines between EUC_TW and Big5.
Heikki Linnakangas
2021-01-28
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-28
Refactor SQL functions of SHA-2 in cryptohashfuncs.c
Michael Paquier
2021-01-27
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-27
In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
In clog_redo(), don't set XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-27
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-27
Refactor code in tablecmds.c to check and process tablespace moves
Michael Paquier
2021-01-26
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
Fix two typos in snapbuild.c.
Andres Freund
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-24
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-22
Re-allow DISTINCT in pl/pgsql expressions.
Tom Lane
2021-01-22
Remove bogus tracepoint
Peter Eisentraut
2021-01-22
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
Fix initialization of FDW batching in ExecInitModifyTable
Tomas Vondra
2021-01-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-19
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-19
pgindent worker.c.
Amit Kapila
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
Narrow the scope of a local variable.
Tom Lane
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
Allow for error or refusal while absorbing a ProcSignalBarrier.
Robert Haas
2021-01-18
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
[next]