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
/
test
Age
Commit message (
Expand
)
Author
2020-03-31
Improve error reporting in opclasscmds.c
Alexander Korotkov
2020-03-31
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
Attempt to fix unstable regression tests, take 2
David Rowley
2020-03-29
pg_regress: Observe TMPDIR
Peter Eisentraut
2020-03-29
Attempt to fix unstable regression tests
David Rowley
2020-03-28
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-03-28
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
Prevent functional dependency estimates from exceeding column estimates.
Dean Rasheed
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-26
Further fixes for ssl_passphrase_callback test module.
Tom Lane
2020-03-26
Don't listen to localhost in ssl_passphrase_callback test
Andrew Dunstan
2020-03-25
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
Provide a TLS init hook
Andrew Dunstan
2020-03-24
Reduce test time for disk-based Hash Aggregation.
Jeff Davis
2020-03-24
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-23
Add regression tests for constraint errors in partitioned tables.
Andres Freund
2020-03-23
Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
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-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
Implement type regcollation
Peter Eisentraut
2020-03-18
Recognize some OR clauses as compatible with functional dependencies
Tomas Vondra
2020-03-17
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.
Tom Lane
2020-03-17
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-15
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-14
Improve test coverage for multi-column MCV lists
Tomas Vondra
2020-03-14
Improve test coverage for functional dependencies
Tomas Vondra
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
Use functional dependencies to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-11
Fix test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-10
Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.
Tom Lane
2020-03-10
Preserve integer and float values accurately in (de)serialize_deflist.
Tom Lane
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-08
Show opclass and opfamily related information in psql
Alexander Korotkov
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-04
Introduce macros for typalign and typstorage constants.
Tom Lane
[next]