summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-25Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund
2018-09-25Remove fmgr.h inclusion from partition.hAlvaro Herrera
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-24Document aclitem functions and operatorsJoe Conway
2018-09-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
2018-09-21Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-20Add missing pg_description strings for pg_type entries.Tom Lane
2018-09-20Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-09-18Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-18Refactor routines for subscription and publication lookupsMichael Paquier
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-14Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera
2018-09-14Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila
2018-09-14Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-09-10Hide a static inline from FRONTEND code.Tom Lane
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-09-08Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane
2018-09-07Fix longstanding recursion hazard in sinval message processing.Tom Lane
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-09-06Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila
2018-09-05Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-09-03Remove pg_constraint.conincludingAlvaro Herrera
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-09-01Fix 8a934d677 for libc++ and make more include order resistant.Andres Freund
2018-08-31Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-08-30Add semicolons to end of internally run queriesPeter Eisentraut
2018-08-30Error position support for defaults and check constraintsPeter Eisentraut
2018-08-30Fix IndexInfo comments.Heikki Linnakangas
2018-08-28Code review for simplehash.h.Thomas Munro
2018-08-27Add some not null constraints to catalogsPeter Eisentraut
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-08-25Comment fix for rewriteheap.h.Jeff Davis
2018-08-24Remove test for VA_ARGS, implied by C99.Andres Freund
2018-08-24LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund
2018-08-23Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut