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-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-11
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-08
Improve estimation of ANDs under ORs using extended statistics.
Dean Rasheed
2020-12-08
Improve estimation of OR clauses using multiple extended statistics.
Dean Rasheed
2020-12-07
Add a couple of regression test cases related to array subscripting.
Tom Lane
2020-12-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-03
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-02
Add GSS information to connection authorized log message
Stephen Frost
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-28
Clean up after tests in src/test/locale/.
Tom Lane
2020-11-27
Use standard SIGTERM signal handler die() in test_shm_mq worker.
Fujii Masao
2020-11-27
Use standard SIGHUP and SIGTERM signal handlers in worker_spi.
Fujii Masao
2020-11-25
Remove catalog function currtid()
Michael Paquier
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-22
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-21
In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.
Tom Lane
2020-11-21
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
Extend the geometric regression test cases a little.
Tom Lane
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
Rename object in test to avoid conflict
Peter Eisentraut
2020-11-19
Hash support for row types
Peter Eisentraut
2020-11-18
Add more tests for hashing and hash-based plans
Peter Eisentraut
2020-11-16
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2020-11-14
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-13
Support negative indexes in split_part().
Tom Lane
2020-11-10
Work around cross-version-upgrade issues created by commit 9e38c2bb5.
Tom Lane
2020-11-09
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-08
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
Fix test for error message change
Peter Eisentraut
2020-11-06
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-06
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-05
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-04
Remove underflow error in float division with infinite divisor.
Tom Lane
2020-11-04
Declare assorted array functions using anycompatible not anyelement.
Tom Lane
2020-11-04
Declare lead() and lag() using anycompatible not anyelement.
Tom Lane
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
Revert pg_relation_check_pages()
Michael Paquier
[next]