Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
Andres Freund 250e5bd712 Further improvements to c8f621c43. 10 years ago
Tom Lane 45b87cc57f Fix backwards test for Windows service-ness in pg_ctl. 10 years ago
Andres Freund 5d1826fe76 Fix wrong allocation size in c8f621c43. 10 years ago
Tom Lane c2d61adc32 Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). 10 years ago
Magnus Hagander ababe02ac2 Fix typos 10 years ago
Andres Freund 5990a034ad logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund e76e365be9 logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund 6e759cefe8 logical decoding: Tell reorderbuffer about all xids. 10 years ago
Fujii Masao f95f1ce003 Ignore recovery_min_apply_delay until recovery has reached consistent state 10 years ago
Robert Haas 763b8f5d90 Fix SerializeSnapshot not to overrun the allocated space. 10 years ago
Robert Haas 369c0b0908 Fix compile breakage due to 0315dfa8f4. 10 years ago
Robert Haas 7963731f94 Fix InitializeSessionUserId not to deference NULL rolename pointer. 10 years ago
Robert Haas 0315dfa8f4 Fix query-based tab completion for multibyte characters. 10 years ago
Alvaro Herrera 9b3f0c10e7 Add 'tap_tests' flag in config_default.pl 10 years ago
Andres Freund 684f4a0dde Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Simon Riggs bf7ced5e2d Revert buggy optimization of index scans 10 years ago
Andres Freund f8a75881f9 logical decoding: fix decoding of a commit's commit time. 10 years ago
Tom Lane 429d684657 Fix json_to_record() bug with nested objects. 10 years ago
Tom Lane ca778d01e7 Improve error message for rejecting RETURNING clauses with dropped columns. 10 years ago
Alvaro Herrera 9ca3789191 Fix typos 10 years ago
Alvaro Herrera 6f3f50ad4a doc: document MANPATH as /usr/local/pgsql/share/man 10 years ago
Tom Lane 28d65f99e2 Remove useless unary plus. 10 years ago
Dean Rasheed f1dfcf63d9 Fix incorrect varlevelsup in security_barrier_replace_vars(). 10 years ago
Tom Lane 2d43c45e9d Avoid multiple free_struct_lconv() calls on same data. 10 years ago
Alvaro Herrera 573cffc7a0 Fix typos 10 years ago
Noah Misch 0887382c2f Clean the last few TAP suite tmp_check directories. 10 years ago
Noah Misch 4324d1104d MSVC: Clean tmp_check directory of pg_controldata test suite. 10 years ago
Andres Freund 815a31cdd1 Fix wrong keysize in PrivateRefCountHash creation. 10 years ago
Andrew Dunstan 68d68ff833 Fix two-argument jsonb_object when called with empty arrays 10 years ago
Tatsuo Ishii a397f8268a Fix wording in the Tutorial document. 10 years ago
Noah Misch 377a1af56a Call xlc __isync() after, not before, associated compare-and-swap. 10 years ago
Simon Riggs c479024d32 Correct StartupSUBTRANS for page wraparound 10 years ago
Bruce Momjian 6f43c4d348 pg_upgrade: suppress creation of delete script 10 years ago
Tom Lane 0276bbd623 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Tom Lane 2ce19f8a57 Make plpython cope with funny characters in function names. 10 years ago
Tom Lane 6ce8236ff4 Improve documentation about CREATE INDEX CONCURRENTLY. 10 years ago
Bruce Momjian 3970b510ad release notes: fix 9.5 SGML comment about commit 10 years ago
Tatsuo Ishii ce18d6bd30 Improve wording in the planner doc 10 years ago
Fujii Masao 177ff78ddb Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs. 10 years ago
Joe Conway 73ca21c7ac Move DATA entry to correct position 10 years ago
Alvaro Herrera 1bad289a80 pgbench: avoid FD_ISSET on an invalid file descriptor 10 years ago
Tom Lane d2ab9b0ac3 Suppress compiler warnings about useless comparison of unsigned to zero. 10 years ago
Noah Misch 2dcaebea07 In pg_rewind test suite, triple promote timeout to 90s. 10 years ago
Noah Misch 725f0ce296 Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable. 10 years ago
Tom Lane b10635bb5b Avoid use of sscanf() to parse ispell dictionary files. 10 years ago
Tom Lane 616eaa396a Stamp 9.5.1. 10 years ago
Peter Eisentraut 477bee7dc6 Translation updates 10 years ago
Tom Lane 129b6cf5eb Last-minute updates for release notes. 10 years ago
Tom Lane a61de2bc13 Fix some regex issues with out-of-range characters and large char ranges. 10 years ago
Andres Freund 87dbc72a79 Fix overeager pushdown of HAVING clauses when grouping sets are used. 10 years ago