aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Document errhidecontext() where it ought to be documented.Tom Lane2016-03-28
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane2016-03-28
* Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane2016-03-27
* Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().Tom Lane2016-03-27
* Fix LWLockReportWaitEnd() parameter list to be (void).Andres Freund2016-03-27
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Avoid a couple of zero-divide scenarios in the planner.Tom Lane2016-03-26
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-25
* Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane2016-03-25
* Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane2016-03-25
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-24
* Suppress compiler warning for get_am_type_string().Tom Lane2016-03-24
* Use correct GetDatum function.Robert Haas2016-03-24
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23
* Partition the freelist for shared dynahash tables.Robert Haas2016-03-23
* Code review for error reports in jsonb_set().Tom Lane2016-03-23
* Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane2016-03-23
* Change comment to describe correct lock level usedSimon Riggs2016-03-23
* Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-22
* Make max_parallel_degree PGC_USERSET.Robert Haas2016-03-21
* Support parallel aggregation.Robert Haas2016-03-21
* Properly declare FeBeWaitSet.Andres Freund2016-03-21
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Remove dependency on psed for MSVC builds.Andrew Dunstan2016-03-19
* Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane2016-03-19
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-19
* Allow SSL server key file to have group read access if owned by rootPeter Eisentraut2016-03-19
* Fix stupid omission in c4901a1e.Andres Freund2016-03-18
* Fix missed update in _readForeignScan().Tom Lane2016-03-19
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Use INT64_FORMAT instead of %ld for int64.Robert Haas2016-03-18
* Only clear latch self-pipe/event if there is a pending notification.Andres Freund2016-03-18
* Make it easier to choose the used waiting primitive in unix_latch.c.Andres Freund2016-03-18
* Error out if waiting on socket readiness without a specified socket.Andres Freund2016-03-18
* Directly modify foreign tables.Robert Haas2016-03-18
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Push scan/join target list beneath Gather when possible.Robert Haas2016-03-18
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* Remove useless double calls of make_parsestate().Tom Lane2016-03-17
* Update tuplesort.c comments for memory mangement improvements.Robert Haas2016-03-17
* Improve memory management for external sorts.Robert Haas2016-03-17
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Improve support of HunspellTeodor Sigaev2016-03-17
* Fix typos.Robert Haas2016-03-17
* Add syslog_split_messages parameterPeter Eisentraut2016-03-16