Commit Graph

40039 Commits (37732a2555f109b09b7eedfc44a9de22e22268a4)
 

Author SHA1 Message Date
Alvaro Herrera 37732a2555 Fix minor leak in pg_dump for ACCESS METHOD. 10 years ago
Alvaro Herrera 59a2111b23 Improve internationalization of messages involving type names 10 years ago
Teodor Sigaev 559e7a0a6d psql tab-complete for CREATE/DROP ACCESS METHOD 10 years ago
Teodor Sigaev dabd255d58 Fix comment in pg_dump. 10 years ago
Tom Lane 4c46f83386 Last-minute updates for release notes. 10 years ago
Alvaro Herrera 3e1338475f Add missing checks to some of pageinspect's BRIN functions 10 years ago
Stephen Frost 86ebf30fd6 Reset plan->row_security_env and planUserId 10 years ago
Tom Lane d12e5bb79b Code and docs review for commit 3187d6de0e. 10 years ago
Tom Lane 499a50571c Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Tom Lane d65b665d52 Guard against zero vardata.rel->tuples in estimate_hash_bucketsize(). 10 years ago
Tom Lane fa09f89351 Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize(). 10 years ago
Andres Freund 408f043853 pg_rewind: fsync target data directory. 10 years ago
Andres Freund 9f7c527af3 Fix LWLockReportWaitEnd() parameter list to be (void). 10 years ago
Andres Freund a6c845946d pg_rewind: Close backup_label file descriptor. 10 years ago
Andres Freund 1a7a43672b Don't use !! but != 0/NULL to force boolean evaluation. 10 years ago
Andres Freund af4472bcb8 Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 29b6123ecb First-draft release notes for 9.5.2. 10 years ago
Tom Lane 221619ad69 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane 76281aa964 Avoid a couple of zero-divide scenarios in the planner. 10 years ago
Tom Lane 676265eb7b Update time zone data files to tzdata release 2016c. 10 years ago
Tom Lane 9f73a2f6d1 Fix PL/Tcl for vpath builds. 10 years ago
Tom Lane cd37bb7859 Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 10 years ago
Tom Lane fb8d2a7f57 In PL/Tcl, make database errors return additional info in the errorCode. 10 years ago
Tom Lane c94959d411 Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. 10 years ago
Tom Lane d543170f2f Don't split up SRFs when choosing to postpone SELECT output expressions. 10 years ago
Tom Lane 7caaeaf360 Link libpq after libpgfeutils to satisfy Windows linker. 10 years ago
Tom Lane c1156411ad Move psql's psqlscan.l into src/fe_utils. 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane a376960c8f Suppress compiler warning for get_am_type_string(). 10 years ago
Tom Lane 0ecd3fedfc Add missed inclusion requirement in Mkvcbuild.pm. 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Robert Haas a596db332b Improve documentation for combine functions. 10 years ago
Robert Haas 59a02815e2 Use correct GetDatum function. 10 years ago
Tom Lane c2d1eea9e7 Avoid PGDLLIMPORT for simple local references in frontend programs. 10 years ago
Alvaro Herrera 473b932870 Support CREATE ACCESS METHOD 10 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Robert Haas 3df9c374e2 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Robert Haas 3151f16e18 postgres_fdw: Fix crash when pushing down multiple joins. 10 years ago
Robert Haas 44ca4022f3 Partition the freelist for shared dynahash tables. 10 years ago
Tom Lane ea4b8bd618 Code review for error reports in jsonb_set(). 10 years ago
Tom Lane 384dfbde19 Fix unsafe use of strtol() on a non-null-terminated Text datum. 10 years ago
Simon Riggs 8320c625d9 Change comment to describe correct lock level used 10 years ago
Tom Lane 71404af2a2 Fix EvalPlanQual bug when query contains both locked and not-locked rels. 10 years ago
Teodor Sigaev f6bd0da63b Improve docs of pg_trgm changes 10 years ago
Fujii Masao 112a2d0615 Fix typo in docs. 10 years ago
Tom Lane b283096534 Allow the delay in psql's \watch command to be a fractional second. 10 years ago
Tom Lane dea2b5960a Improve header output from psql's \watch command. 10 years ago
Tom Lane 92b7902deb Clean up some Coverity complaints about commit 0bf3ae88af. 10 years ago
Robert Haas ae507d9222 Make max_parallel_degree PGC_USERSET. 10 years ago
Robert Haas e06a38965b Support parallel aggregation. 10 years ago