index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Robert Haas
2022-09-28
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-28
Remove publicationcmds.c's expr_allowed_in_node as a function
Alvaro Herrera
2022-09-28
Fix some comments of do_pg_backup_start() and do_pg_backup_stop()
Michael Paquier
2022-09-27
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
Improve some publication-related error messages
Alvaro Herrera
2022-09-27
Fix pg_stat_statements for MERGE
Alvaro Herrera
2022-09-27
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-09-27
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-26
Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements
Tom Lane
2022-09-26
Implement WRITE_READ_PARSE_PLAN_TREES for raw parse trees
Tom Lane
2022-09-26
Don't lose precision for float fields of Nodes.
Peter Eisentraut
2022-09-26
Fix write/read of empty string fields in Nodes.
Peter Eisentraut
2022-09-26
Remove unused xid parameter.
Amit Kapila
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-24
Add read support for some missing raw parse nodes
Peter Eisentraut
2022-09-24
Fix reading of BitString nodes
Peter Eisentraut
2022-09-24
Fix reading of most-negative integer value nodes
Peter Eisentraut
2022-09-24
Remove uses of register due to incompatibility with C++17 and up
Andres Freund
2022-09-23
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
Fix thinko in comment.
Etsuro Fujita
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-22
Clear ps display of startup process at the end of recovery
Michael Paquier
2022-09-22
Used optimized linear search in more code paths
Michael Paquier
2022-09-21
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-21
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-09-21
Improve some GUC description strings
Alvaro Herrera
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
Improve some error messages.
Amit Kapila
2022-09-20
Revise tree-walk APIs to improve spec compliance & silence warnings.
Tom Lane
2022-09-20
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
Consistently use named parameters in regex code consistently.
Peter Geoghegan
2022-09-19
Consistently use named parameters in regex code.
Peter Geoghegan
2022-09-19
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-19
Fix out-dated comment in preprocess_groupclause()
David Rowley
[next]