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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-14
Fix some header identifications
Michael Paquier
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-06
Refactor routines for name lookups of procedures and operators
Michael Paquier
2020-07-06
Add new flag to format_type_extended() to get NULL for undefined type
Michael Paquier
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-12
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-21
Clean up cpluspluscheck violation.
Tom Lane
2020-04-14
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-07
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-02
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-01
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
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-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Fix up recent breakage of headerscheck and cpluspluscheck.
Tom Lane
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-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-09
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
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-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-24
Adapt hashfn.c and hashutils.h for frontend use.
Robert Haas
2020-02-24
Put all the prototypes for hashfn.c into the same header file.
Robert Haas
[next]