summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan2019-08-091-10/+8
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-093-1/+82
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-095-47/+34
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-098-45/+45
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-081-6/+7
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-081-2/+2
* initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut2019-08-081-20/+8
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-071-2/+0
* Add comment on no default partition with hash partitioningAlvaro Herrera2019-08-071-0/+6
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-073-26/+52
* Fix typos in comments.Etsuro Fujita2019-08-071-2/+2
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-074-17/+70
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-073-0/+21
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-071-6/+12
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-062-3/+3
* Fix typo in pathnode.cMichael Paquier2019-08-061-1/+1
* Show specific OID suggestion in unused_oids output.Peter Geoghegan2019-08-051-1/+24
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-053-5/+44
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-058-5/+79
* Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier2019-08-053-7/+28
* Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier2019-08-051-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-0570-100/+87
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-044-37/+7
* Revert "Silence compiler warning"Tomas Vondra2019-08-041-7/+6
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-043-48/+86
* Improve pruning of a default partitionAlvaro Herrera2019-08-044-130/+111
* Refactor BuildIndexInfo() with the new makeIndexInfo()Michael Paquier2019-08-041-37/+15
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-0211-47/+330
* Fix format truncation issue from ECPG testMichael Paquier2019-08-022-2/+2
* Allow simplehash to use already-calculated hash values.Jeff Davis2019-08-011-9/+65
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-018-156/+499
* Bump catversion.Peter Geoghegan2019-08-011-1/+1
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-015-0/+689
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-014-29/+137
* Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane2019-08-012-22/+22
* Add error codes to some corruption log messagesPeter Eisentraut2019-08-015-44/+70
* Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane2019-07-312-2/+62
* Run UTF8-requiring collation tests by defaultPeter Eisentraut2019-07-318-2/+55
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-3110-44/+22
* Remove superfluous semicolon.Andres Freund2019-07-301-1/+1
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-302-10/+20
* Print WAL position correctly in pg_rewind error message.Heikki Linnakangas2019-07-301-2/+1
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-303-3/+25
* Fix memory leak coming from simple lists built in reindexdbMichael Paquier2019-07-303-0/+46
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-291-1/+7
* Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut2019-07-293-9/+9
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-2938-68/+54
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-296-42/+237
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-291-0/+3
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-07-283-50/+210