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
2022-10-31
Fix ALTER COLLATION "default" REFRESH VERSION.
Jeff Davis
2022-10-31
Enable pg_collation_actual_version() to work on the default collation.
Jeff Davis
2022-10-31
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-27
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-26
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
Fix variable assignment thinko in hba.c
Michael Paquier
2022-10-26
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-25
Doc/improve confusing, inefficient tests to locate CTID variable.
Tom Lane
2022-10-25
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-25
Clean up some GUC declarations and comments
Michael Paquier
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-22
Improve memory handling across SQL-callable backup functions
Michael Paquier
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
Refactor more logic for compilation of regular expressions in hba.c
Michael Paquier
2022-10-20
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-20
Use proper macro to access TransactionId
Alvaro Herrera
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-19
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
Track LLVM 15 changes.
Thomas Munro
2022-10-19
Remove pg_backup_start_callback and reuse similar code
Alvaro Herrera
2022-10-19
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-19
Fix typos in logical/launcher.c
Michael Paquier
2022-10-19
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
Alvaro Herrera
2022-10-18
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-17
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-14
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-14
Fix incorrect comment regarding command completion tags
David Rowley
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
[next]