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
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
Age
Commit message (
Expand
)
Author
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
Fix random regression failure in test case "temp"
Michael Paquier
2019-08-12
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
Remove EState.es_range_table_array.
Tom Lane
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
Fix string comparison in jsonpath
Alexander Korotkov
2019-08-11
Partially revert "Insert temporary debugging output in regression tests."
Tom Lane
2019-08-11
Adjust string comparison in jsonpath
Alexander Korotkov
2019-08-10
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan
2019-08-09
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-08
Update obsolete tuplesort READTUP() comment.
Peter Geoghegan
2019-08-08
Fix certificate subjects in ldap test
Andrew Dunstan
2019-08-08
initdb: Use varargs macro for PG_CMD_PRINTF
Peter Eisentraut
2019-08-07
Remove unnecessary #include <limits.h>
Alvaro Herrera
2019-08-07
Add comment on no default partition with hash partitioning
Alvaro Herrera
2019-08-07
Apply constraint exclusion more generally in partitioning
Alvaro Herrera
2019-08-07
Fix typos in comments.
Etsuro Fujita
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
Adjust tuple data lookup logic in multi-insert logical decoding
Michael Paquier
2019-08-06
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
Tom Lane
2019-08-06
Fix typo in pathnode.c
Michael Paquier
2019-08-05
Show specific OID suggestion in unused_oids output.
Peter Geoghegan
2019-08-05
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
Add safeguards in LSN, numeric and float calculation for custom errors
Michael Paquier
2019-08-05
Fix tab completion for ALTER LANGUAGE in psql
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-04
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
Revert "Silence compiler warning"
Tomas Vondra
2019-08-04
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-08-04
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
Refactor BuildIndexInfo() with the new makeIndexInfo()
Michael Paquier
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-01
Allow simplehash to use already-calculated hash values.
Jeff Davis
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
Bump catversion.
Peter Geoghegan
2019-08-01
Add sort support routine for the inet data type.
Peter Geoghegan
2019-08-01
Add an isolation test to exercise parallel-worker deadlock resolution.
Tom Lane
2019-08-01
Mark advisory-lock functions as parallel restricted, not parallel unsafe.
Tom Lane
2019-08-01
Add error codes to some corruption log messages
Peter Eisentraut
2019-07-31
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-31
Run UTF8-requiring collation tests by default
Peter Eisentraut
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
Remove superfluous semicolon.
Andres Freund
2019-07-30
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
[next]