projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2019-08-12
Peter Geoghegan
amcheck: Skip unlogged relations during recovery.
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Fix planner's test for case-foldable characters in...
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Remove EState.es_range_table_array.
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Rationalize use of list_concat + list_copy combinations.
commit
|
commitdiff
|
tree
2019-08-12
Alexander Korotkov
Fix string comparison in jsonpath
commit
|
commitdiff
|
tree
2019-08-11
Tom Lane
Partially revert "Insert temporary debugging output...
commit
|
commitdiff
|
tree
2019-08-11
Alexander Korotkov
Adjust string comparison in jsonpath
commit
|
commitdiff
|
tree
2019-08-10
Tom Lane
Fix "ANALYZE t, t" inside a transaction block.
commit
|
commitdiff
|
tree
2019-08-10
Peter Geoghegan
Rename tuplesort.c's SortTuple.tupindex field.
commit
|
commitdiff
|
tree
2019-08-09
Tom Lane
Fix SIGSEGV in pruning for ScalarArrayOp with constant...
commit
|
commitdiff
|
tree
2019-08-09
Tom Lane
Cosmetic improvements in setup of planner's per-RTE...
commit
|
commitdiff
|
tree
2019-08-09
Michael Paquier
Refactor logic to remove trailing CR/LF characters...
commit
|
commitdiff
|
tree
2019-08-08
Peter Geoghegan
Update obsolete tuplesort READTUP() comment.
commit
|
commitdiff
|
tree
2019-08-08
Alvaro Herrera
Clarify the default partition's role
commit
|
commitdiff
|
tree
2019-08-08
Andrew Dunstan
Fix certificate subjects in ldap test
commit
|
commitdiff
|
tree
2019-08-08
Peter Eisentraut
initdb: Use varargs macro for PG_CMD_PRINTF
commit
|
commitdiff
|
tree
2019-08-07
Tom Lane
Doc: document permissions required for ANALYZE.
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Remove unnecessary #include <limits.h>
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Add comment on no default partition with hash partitioning
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Apply constraint exclusion more generally in partitioning
commit
|
commitdiff
|
tree
2019-08-07
Alexander Korotkov
Fix some typos in jsonpath documentation
commit
|
commitdiff
|
tree
2019-08-07
Etsuro Fujita
Fix typos in comments.
commit
|
commitdiff
|
tree
2019-08-07
Heikki Linnakangas
Fix predicate-locking of HOT updated rows.
commit
|
commitdiff
|
tree
2019-08-07
Michael Paquier
Fix some incorrect parsing of time with time zone strings
commit
|
commitdiff
|
tree
2019-08-07
Michael Paquier
Adjust tuple data lookup logic in multi-insert logical...
commit
|
commitdiff
|
tree
2019-08-06
Tom Lane
Fix intarray's GiST opclasses to not fail for empty...
commit
|
commitdiff
|
tree
2019-08-06
Tom Lane
Save Kerberos and LDAP daemon logs where the buildfarm...
commit
|
commitdiff
|
tree
2019-08-06
Michael Paquier
Fix typo in pathnode.c
commit
|
commitdiff
|
tree
2019-08-05
Peter Geoghegan
Show specific OID suggestion in unused_oids output.
commit
|
commitdiff
|
tree
2019-08-05
Tom Lane
Fix choice of comparison operators for cross-type hashe...
commit
|
commitdiff
|
tree
2019-08-05
Noah Misch
Require the schema qualification in pg_temp.type_name...
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Add safeguards in LSN, numeric and float calculation...
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Fix tab completion for ALTER LANGUAGE in psql
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Fix inconsistencies and typos in the tree, take 9
commit
|
commitdiff
|
tree
2019-08-04
Tomas Vondra
Revert "Add log_statement_sample_rate parameter"
commit
|
commitdiff
|
tree
2019-08-04
Tomas Vondra
Revert "Silence compiler warning"
commit
|
commitdiff
|
tree
2019-08-04
Tom Lane
Fix handling of "undef" in contrib/jsonb_plperl.
commit
|
commitdiff
|
tree
2019-08-04
Tom Lane
Avoid picking already-bound TCP ports in kerberos and...
commit
|
commitdiff
|
tree
2019-08-04
Alvaro Herrera
Improve pruning of a default partition
commit
|
commitdiff
|
tree
2019-08-04
Michael Paquier
Refactor BuildIndexInfo() with the new makeIndexInfo()
commit
|
commitdiff
|
tree
2019-08-02
Andres Freund
Fix representation of hash keys in Hash/HashJoin nodes.
commit
|
commitdiff
|
tree
2019-08-02
Michael Paquier
Fix format truncation issue from ECPG test
commit
|
commitdiff
|
tree
2019-08-01
Jeff Davis
Allow simplehash to use already-calculated hash values.
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Allow functions-in-FROM to be pulled up if they reduce...
commit
|
commitdiff
|
tree
2019-08-01
Peter Geoghegan
Bump catversion.
commit
|
commitdiff
|
tree
2019-08-01
Peter Geoghegan
Add sort support routine for the inet data type.
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Add an isolation test to exercise parallel-worker deadl...
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Mark advisory-lock functions as parallel restricted...
commit
|
commitdiff
|
tree
2019-08-01
Peter Eisentraut
Add error codes to some corruption log messages
commit
|
commitdiff
|
tree
2019-08-01
Michael Paquier
Fix handling of previous password hooks in passwordcheck
commit
|
commitdiff
|
tree
2019-07-31
Tom Lane
Fix pg_dump's handling of dependencies for custom opcla...
commit
|
commitdiff
|
tree
2019-07-31
Peter Eisentraut
Run UTF8-requiring collation tests by default
commit
|
commitdiff
|
tree
2019-07-31
Andres Freund
Remove superfluous newlines in function prototypes.
commit
|
commitdiff
|
tree
2019-07-31
Andres Freund
Remove superfluous semicolon.
commit
|
commitdiff
|
tree
2019-07-31
Michael Paquier
Remove orphaned structure member in pgcrypto
commit
|
commitdiff
|
tree
2019-07-30
Heikki Linnakangas
Allow table AM's to use rd_amcache, too.
commit
|
commitdiff
|
tree
2019-07-30
Heikki Linnakangas
Print WAL position correctly in pg_rewind error message.
commit
|
commitdiff
|
tree
2019-07-30
Tomas Vondra
Don't build extended statistics on inheritance trees
commit
|
commitdiff
|
tree
2019-07-30
Michael Paquier
Fix memory leak coming from simple lists built in reindexdb
commit
|
commitdiff
|
tree
2019-07-29
Tom Lane
Fix busted logic for parallel lock grouping in TopoSort().
commit
|
commitdiff
|
tree
2019-07-29
Peter Eisentraut
Handle fsync failures in pg_receivewal and pg_recvlogical
commit
|
commitdiff
|
tree
2019-07-29
Michael Paquier
Fix inconsistencies and typos in the tree
commit
|
commitdiff
|
tree
2019-07-29
Michael Paquier
Fix handling of expressions and predicates in REINDEX...
commit
|
commitdiff
|
tree
2019-07-28
Thomas Munro
Avoid macro clash with LLVM 9.
commit
|
commitdiff
|
tree
2019-07-28
Tom Lane
Improve test coverage for LISTEN/NOTIFY.
commit
|
commitdiff
|
tree
2019-07-28
Michael Paquier
Doc: Fix event trigger firing table
commit
|
commitdiff
|
tree
2019-07-28
Michael Paquier
Fix typo in fd.c
commit
|
commitdiff
|
tree
2019-07-28
Tom Lane
Fix isolationtester race condition for notices sent...
commit
|
commitdiff
|
tree
2019-07-27
Tom Lane
Don't drop NOTICE messages in isolation tests.
commit
|
commitdiff
|
tree
2019-07-27
Michael Paquier
Add support for --jobs in reindexdb
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Update obsolescent documentation note
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Default new bindir to pg_upgrade location
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Check all used executables
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
Fix typo in pg_upgrade file header
commit
|
commitdiff
|
tree
2019-07-26
Alvaro Herrera
Don't uselessly escape a string that doesn't need escaping
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Tweak our special-case logic for the IANA "Factory...
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Avoid choosing "localtime" or "posixrules" as TimeZone...
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Fix loss of fractional digits for large values in cash_...
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Make libpq documentation navigable between functions
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Fix some markup whitespace issues
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Add support for xref to command and function elements
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Change libpq function ids to mixed case
commit
|
commitdiff
|
tree
2019-07-25
Thomas Munro
Fix LDAP test instability.
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Add missing (COSTS OFF) to EXPLAIN added in previous...
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Fix slot type handling for Agg nodes performing interna...
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix syntax error in commit 20e99cddd.
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix failures to ignore \r when reading Windows-style...
commit
|
commitdiff
|
tree
2019-07-25
Andrew Dunstan
Honor MSVC WindowsSDKVersion if set
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix contrib/sepgsql test policy to work with latest...
commit
|
commitdiff
|
tree
2019-07-25
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Fix system column accesses in ON CONFLICT ... RETURNING.
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Fix failure with pgperlcritic from the TAP test of...
commit
|
commitdiff
|
tree
2019-07-24
Tom Lane
Fix infelicities in describeOneTableDetails' partitione...
commit
|
commitdiff
|
tree
2019-07-24
Heikki Linnakangas
Use full 64-bit XID for checking if a deleted GiST...
commit
|
commitdiff
|
tree
2019-07-24
Heikki Linnakangas
Refactor checks for deleted GiST pages.
commit
|
commitdiff
|
tree
2019-07-24
Andrew Dunstan
Don't assume expr is available in pgbench tests
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Doc: Clarify interactions of pg_receivewal with remote_...
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Improve stability of TAP test for synchronous replication
commit
|
commitdiff
|
tree
2019-07-23
Alvaro Herrera
Check that partitions are not in use when dropping...
commit
|
commitdiff
|
tree
2019-07-23
Tom Lane
Improve psql's \d output for partitioned indexes.
commit
|
commitdiff
|
tree
next