summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-063-6/+9
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-053-6/+12
* Add pg_ls_tmpdir functionMichael Paquier2018-10-052-1/+11
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-043-12/+14
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-045-7/+13
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-041-2/+1
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-032-4/+5
* Make assorted performance improvements in snprintf.c.Tom Lane2018-10-032-0/+6
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-022-11/+15
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-021-0/+2
* Add assertions that we hold some relevant lock during relation open.Tom Lane2018-10-013-2/+9
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-303-1/+14
* Add application_name to connection authorized msgStephen Frost2018-09-282-0/+8
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-281-1/+3
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-271-0/+1
* Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.Andres Freund2018-09-271-11/+0
* Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier2018-09-271-5/+5
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-262-2/+2
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-261-13/+7
* Always use our own versions of *printf().Tom Lane2018-09-264-44/+6
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-261-2/+5
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-264-14/+8
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-4/+6
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-251-1/+1
* Remove fmgr.h inclusion from partition.hAlvaro Herrera2018-09-251-1/+0
* Collect JIT instrumentation from workers.Andres Freund2018-09-254-7/+32
* Sync our Snowball stemmer dictionaries with current upstream.Tom Lane2018-09-2442-77/+207
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-242-0/+6
* Document aclitem functions and operatorsJoe Conway2018-09-241-2/+2
* Get rid of explicit argument-count markings in tab-complete.c.Tom Lane2018-09-211-0/+33
* Use size_t consistently in dsa.{ch}.Thomas Munro2018-09-221-5/+5
* Add missing pg_description strings for pg_type entries.Tom Lane2018-09-202-15/+25
* Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane2018-09-204-631/+294
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-196-6/+75
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-183-4/+21
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-182-4/+3
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-181-2/+4
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-182-2/+2
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-172-4/+7
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-152-1/+2
* Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera2018-09-141-29/+1
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-141-0/+2
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-141-3/+0
* Hide a static inline from FRONTEND code.Tom Lane2018-09-101-0/+4
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-091-0/+17
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-071-0/+6
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-071-3/+7
* Refactor dlopen() supportPeter Eisentraut2018-09-066-28/+41
* Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila2018-09-061-2/+5
* Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane2018-09-052-2/+2