Commit Graph

8426 Commits (2f39106a209e647d7b1895331fca115f9bb6ec8d)

Author SHA1 Message Date
Tom Lane 4f3b38fe2b Get rid of explicit argument-count markings in tab-complete.c. 7 years ago
Thomas Munro f025bd2ddd Use size_t consistently in dsa.{ch}. 7 years ago
Tom Lane b09a64d602 Add missing pg_description strings for pg_type entries. 7 years ago
Tom Lane 3dc820c43e Teach genbki.pl to auto-generate pg_type entries for array types. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Tom Lane d0cfc3d6a4 Add a debugging option to stress-test outfuncs.c and readfuncs.c. 7 years ago
Tom Lane db1071d4ee Fix some minor issues exposed by outfuncs/readfuncs testing. 7 years ago
Tom Lane 09991e5a47 Fix some probably-minor oversights in readfuncs.c. 7 years ago
Michael Paquier 1d6fbc38d9 Refactor routines for subscription and publication lookups 7 years ago
Tom Lane 07a3af0ff8 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). 7 years ago
Tom Lane 1f4a920b73 Fix failure with initplans used conditionally during EvalPlanQual rechecks. 7 years ago
Alvaro Herrera 6b78231d91 Move PartitionDispatchData struct definition to execPartition.c 7 years ago
Amit Kapila 75f9c4ca5a Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 7 years ago
Michael Paquier 0ba06e0bfb Allow concurrent-safe open() and fopen() in frontend code for Windows 7 years ago
Tom Lane 14ea365203 Hide a static inline from FRONTEND code. 7 years ago
Tom Lane ed0cdf0e05 Install a check for mis-linking of src/port and src/common functions. 7 years ago
Tom Lane 361844fe56 Save/restore SPI's global variables in SPI_connect() and SPI_finish(). 7 years ago
Tom Lane f868a8143a Fix longstanding recursion hazard in sinval message processing. 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Amit Kapila ac27c74def Fix the overrun in hash index metapage for smaller block sizes. 7 years ago
Tom Lane ae5205c8a8 Make argument names of pg_get_object_address consistent, and fix docs. 7 years ago
Tom Lane 17b7c302b5 Fully enforce uniqueness of constraint names. 7 years ago
Alvaro Herrera c076f3d74a Remove pg_constraint.conincluding 7 years ago
Tomas Vondra 4ddd8f5f55 Fix memory leak in TRUNCATE decoding 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Alexander Korotkov ec74369931 Implement "pg_ctl logrotate" command 7 years ago
Andres Freund 5758685c9f Fix 8a934d677 for libc++ and make more include order resistant. 7 years ago
Tom Lane 8c62d9d16f Make checksum_impl.h safe to compile with -fstrict-aliasing. 7 years ago
Etsuro Fujita 7cfdc77023 Disable support for partitionwise joins in problematic cases. 7 years ago
Peter Eisentraut 7061e03319 Add semicolons to end of internally run queries 7 years ago
Peter Eisentraut a4a232b1e7 Error position support for defaults and check constraints 7 years ago
Heikki Linnakangas 4b035841a1 Fix IndexInfo comments. 7 years ago
Thomas Munro ee0e2745c2 Code review for simplehash.h. 7 years ago
Peter Eisentraut 9b39b799db Add some not null constraints to catalogs 7 years ago
Michael Paquier a556549d7e Improve VACUUM and ANALYZE by avoiding early lock queue 7 years ago
Jeff Davis e75733d46c Comment fix for rewriteheap.h. 7 years ago
Andres Freund 8ecdefc261 Remove test for VA_ARGS, implied by C99. 7 years ago
Andres Freund cb92520563 LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. 7 years ago
Andres Freund 88ebd62fcc Deduplicate code between slot_getallattrs() and slot_getsomeattrs(). 7 years ago
Peter Eisentraut b19495772e doc: Update uses of the word "procedure" 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Tomas Vondra c4c3400885 Use the built-in float datatypes to implement geometric types 7 years ago
Tom Lane 02dc7466ba Remove duplicate function declarations. 7 years ago
Peter Eisentraut 351855fc4e Remove obsolete linux dynloader code 7 years ago
Michael Paquier 246a6c8f7b Make autovacuum more aggressive to remove orphaned temp tables 7 years ago
Andrew Gierth 07172d5aff Avoid query-lifetime memory leaks in XMLTABLE (bug #15321) 7 years ago
Tom Lane 46b5e7c4b5 Revert "Distinguish printf-like functions that support %m from those that don't." 7 years ago
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 7 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 7 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 7 years ago