Commit Graph

39410 Commits (b1dd2f86ce7d43f23f6aae307bb22de826849e7d)
 

Author SHA1 Message Date
Tom Lane b1dd2f86ce Convert contrib/seg's bool-returning SQL functions to V1 call convention. 10 years ago
Magnus Hagander 409c49c64a Add putenv support for msvcrt from Visual Studio 2013 10 years ago
Tom Lane 81deadd317 Fix unexpected side-effects of operator_precedence_warning. 10 years ago
Tom Lane 94c685a7cb Fix planner failure with full join in RHS of left join. 10 years ago
Tom Lane d2e59cbc35 Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane 575cbd48cd Remove dead code in win32.h. 10 years ago
Tom Lane 20d4428f09 Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Tom Lane 4b52cc2892 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Tom Lane 0b8e0bf0ab Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Tom Lane be27544569 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. 10 years ago
Tom Lane c6a5b6677d Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
Peter Eisentraut e2c183ef80 doc: Add missing parentheses 10 years ago
Tom Lane 8f8e65d348 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. 10 years ago
Tom Lane edd57377f0 Fix memory leak in GIN index scans. 10 years ago
Andres Freund 593f469a04 Remove trailing commas in enums. 10 years ago
Tom Lane e7a456174b Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Tom Lane ce47112b6a Adjust datatype of ReplicationState.acquired_by. 10 years ago
Tom Lane fb0f639335 Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 10 years ago
Tom Lane 079013f0b7 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 10 years ago
Tom Lane 8207c6baf8 Fix freshly-introduced PL/Python portability bug. 10 years ago
Tom Lane ec91ee8f00 Fix access-to-already-freed-memory issue in plpython's error handling. 10 years ago
Teodor Sigaev bf73016e01 Fix possible use of uninitialised value in ts_headline() 10 years ago
Andrew Dunstan 8491679434 Turn down MSVC compiler verbosity 10 years ago
Tom Lane 0da7cf6e85 Fix multiple bugs in tablespace symlink removal. 10 years ago
Alvaro Herrera 6929e7f0f4 Fix broken ALTER INDEX documentation 10 years ago
Tom Lane f3d17491c4 Disallow newlines in parameter values to be set in ALTER SYSTEM. 10 years ago
Tom Lane 3644ac04c1 Fix latent portability issue in pgwin32_dispatch_queued_signals(). 10 years ago
Alvaro Herrera c6d2fa1ab0 Fix broken variable declaration 10 years ago
Tom Lane 6af513730c Remove TZ environment-variable entry from postgres reference page. 10 years ago
Robert Haas ffd2a9eb5e Fix pgbench documentation error. 10 years ago
Tom Lane 491e847380 Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Alvaro Herrera 978894a41f Mention BRIN as able to do multi-column indexes 10 years ago
Tom Lane 730811c7d1 Stamp 9.5.2. 10 years ago
Tom Lane b56f7b1f0c Last-minute updates for release notes. 10 years ago
Alvaro Herrera bf78a6f107 Add missing checks to some of pageinspect's BRIN functions 10 years ago
Stephen Frost db69e58a06 Reset plan->row_security_env and planUserId 10 years ago
Peter Eisentraut d6e740129a Translation updates 10 years ago
Tom Lane 4a1d57d4da Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Andres Freund c5b5168cfc pg_rewind: fsync target data directory. 10 years ago
Andres Freund fa5098da1a pg_rewind: Close backup_label file descriptor. 10 years ago
Andres Freund ec8a30ef2a Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 12aa56d4d6 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane 31d02ebf74 Update time zone data files to tzdata release 2016c. 10 years ago
Robert Haas 8aa6e97805 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Tom Lane 1548c78188 Code review for error reports in jsonb_set(). 10 years ago
Tom Lane 5f95521b3a Fix unsafe use of strtol() on a non-null-terminated Text datum. 10 years ago
Simon Riggs 147112d098 Change comment to describe correct lock level used 10 years ago
Tom Lane d8d5a00b18 Fix EvalPlanQual bug when query contains both locked and not-locked rels. 10 years ago
Andrew Dunstan 2f38b3e7dd Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane e1936470ea Fix phony .PHONY. 10 years ago