Commit Graph

39401 Commits (be27544569fc65b03d2a540fbebb712ab4b40407)
 

Author SHA1 Message Date
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
Alvaro Herrera 853d40b60e docs: Fix typo'd brin_summarize_new_values 10 years ago
Tom Lane e52e22d932 Remove useless double calls of make_parsestate(). 10 years ago
Tom Lane d0a585c699 Fix assorted breakage in to_char()'s OF format option. 10 years ago
Tom Lane 8ee2e5f78c Fix "pg_bench -C -M prepared". 10 years ago
Stephen Frost 3f14d8d594 Avoid incorrectly indicating exclusion constraint wait 10 years ago
Alvaro Herrera 755ebfa417 Fix typos in comments 10 years ago
Tom Lane b4ce97aa5f Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 1bee54e514 Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. 10 years ago
Tom Lane aa9c4e71ce Fix memory leak in repeated GIN index searches. 10 years ago