summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-232-1/+709
* Extend dsm API with a new function dsm_unpin_segment.Robert Haas2016-08-232-9/+165
* Remove duplicate function prototype.Robert Haas2016-08-231-1/+0
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-232-9/+42
* Add txid_current_ifassigned().Robert Haas2016-08-231-0/+21
* Remove duplicate word from comment.Robert Haas2016-08-231-1/+1
* Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane2016-08-231-80/+29
* Fix possible sorting error when aborting use of abbreviated keys.Robert Haas2016-08-221-3/+3
* Improve header comment for LockHasWaitersRelation.Robert Haas2016-08-221-2/+2
* Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane2016-08-191-11/+9
* Guard against parallel-restricted functions in VALUES expressions.Tom Lane2016-08-191-5/+3
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-197-79/+129
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-191-1/+5
* Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane2016-08-195-21/+21
* Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane2016-08-194-35/+32
* Remove obsolete replacement system() on darwinPeter Eisentraut2016-08-184-161/+0
* Refactor RandomSalt to handle salts of different lengths.Heikki Linnakangas2016-08-181-11/+9
* Refactor sendAuthRequest.Heikki Linnakangas2016-08-181-34/+18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-173-12/+19
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-172-42/+97
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-171-4/+14
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-171-0/+4
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-1613-116/+514
* Suppress -Wunused-result warning for strtol().Tom Lane2016-08-161-1/+3
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-161-5/+13
* Fix typosPeter Eisentraut2016-08-162-2/+2
* Fix possible crash due to incorrect allocation context.Robert Haas2016-08-161-1/+11
* Once again allow LWLocks to be used within DSM segments.Robert Haas2016-08-151-32/+31
* Stamp HEAD as 10devel.Tom Lane2016-08-152-15/+15
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-1514-56/+61
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-142-20/+15
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-1314-9/+552
* Doc: clarify that DROP ... CASCADE is recursive.Tom Lane2016-08-121-7/+7
* Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane2016-08-121-5/+13
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-121-13/+5
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-111-2/+6
* Fix several one-byte buffer over-reads in to_numberPeter Eisentraut2016-08-081-4/+4
* Translation updatesPeter Eisentraut2016-08-083-6458/+7561
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-082-5/+98
* Make format() error messages consistent againPeter Eisentraut2016-08-081-1/+1
* Correct column name in information schemaPeter Eisentraut2016-08-071-1/+1
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-074-11/+23
* Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.Tom Lane2016-08-071-1/+7
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-073-22/+70
* Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane2016-08-071-5/+7
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-071-4/+5
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-061-4/+23
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-051-7/+42
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-051-31/+46
* Re-pgindent tsvector_op.c.Tom Lane2016-08-051-12/+13