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
/
utils
Age
Commit message (
Expand
)
Author
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-26
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
Add collation versions for Windows.
Thomas Munro
2020-03-25
Allow NULL version for individual collations.
Thomas Munro
2020-03-24
Fix compiler warning on Cygwin
Peter Eisentraut
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-19
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
Implement type regcollation
Peter Eisentraut
2020-03-17
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-15
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-14
Rearrange pseudotypes.c to get rid of duplicative code.
Tom Lane
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-03-10
Marginal comments and docs cleanup.
Tom Lane
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-09
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-09
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
Fujii Masao
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-05
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
Remove RangeIOData->typiofunc
Alvaro Herrera
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-03
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
Report progress of streaming base backup.
Fujii Masao
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-03-01
Fix corner-case loss of precision in numeric ln().
Dean Rasheed
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
[next]