Commit Graph

23028 Commits (e56acbe2a3d942e0f029ecdb1eb8b11f7b9e99b2)

Author SHA1 Message Date
Tom Lane e56acbe2a3 Avoid use of sscanf() to parse ispell dictionary files. 10 years ago
Tom Lane 3dca6f36fc Stamp 9.1.20. 10 years ago
Peter Eisentraut 862b4a427c Translation updates 10 years ago
Tom Lane 98d6b73059 Fix some regex issues with out-of-range characters and large char ranges. 10 years ago
Noah Misch b1f591c50e Force certain "pljava" custom GUCs to be PGC_SUSET. 10 years ago
Tom Lane 6887d72d06 Update time zone data files to tzdata release 2016a. 10 years ago
Tom Lane 9c704632c2 In pg_dump, ensure that view triggers are processed after view rules. 10 years ago
Michael Meskes 79782b4075 Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Tom Lane ed5f57218f Fix incorrect pattern-match processing in psql's \det command. 10 years ago
Tom Lane b043df093a Fix startup so that log prefix %h works for the log_connections message. 10 years ago
Bruce Momjian b1bc381446 Properly install dynloader.h on MSVC builds 10 years ago
Magnus Hagander b1c0f92eb6 Properly close token in sspi authentication 10 years ago
Tom Lane 5108013dbb Handle extension members when first setting object dump flags in pg_dump. 10 years ago
Tom Lane 405635ad61 Clean up some lack-of-STRICT issues in the core code, too. 10 years ago
Tom Lane fe2578568e Clean up code for widget_in() and widget_out(). 10 years ago
Tom Lane e8808f3d72 Add STRICT to some C functions created by the regression tests. 10 years ago
Tom Lane b05a34739f Fix unobvious interaction between -X switch and subdirectory creation. 10 years ago
Tom Lane 099541e8f1 Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA. 10 years ago
Alvaro Herrera b96f6f4443 Windows: Make pg_ctl reliably detect service status 10 years ago
Tom Lane d05103b774 Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition. 10 years ago
Tom Lane e4959fb5cb Teach pg_dump to quote reloption values safely. 10 years ago
Tom Lane 85dbc46bd7 Teach flatten_reloptions() to quote option values safely. 10 years ago
Tom Lane 60f8cc91db Add some more defenses against silly estimates to gincostestimate(). 10 years ago
Alvaro Herrera 7e29e7f554 Rework internals of changing a type's ownership 10 years ago
Alvaro Herrera ab14c13838 adjust ACL owners for REASSIGN and ALTER OWNER TO 10 years ago
Tom Lane 6270ec1e5c Remove silly completion for "DELETE FROM tabname ...". 10 years ago
Tom Lane db462a44e2 Fix improper initialization order for readline. 10 years ago
Tom Lane 03b138e904 Cope with Readline's failure to track SIGWINCH events outside of input. 10 years ago
Alvaro Herrera c54bc78b61 Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly 10 years ago
Heikki Linnakangas 4b58ded749 Fix out-of-memory error handling in ParameterDescription message processing. 10 years ago
Andres Freund 476c54b89b Correct statement to actually be the intended assert statement. 10 years ago
Andres Freund 5f9a86b353 Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 10 years ago
Tom Lane 386dcd5398 Add an expected-file to match behavior of latest libxml2. 10 years ago
Alvaro Herrera f44c5203b7 For REASSIGN OWNED for foreign user mappings 10 years ago
Andres Freund 3199c13fcc Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Tom Lane 7882143dca Make gincostestimate() cope with hypothetical GIN indexes. 10 years ago
Tom Lane 84387496f4 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 10 years ago
Tom Lane cb7ea8d985 Fix failure to consider failure cases in GetComboCommandId(). 10 years ago
Tom Lane 6430a11fa9 Be more paranoid about null return values from libpq status functions. 10 years ago
Tom Lane 6df62ef43e Fix Windows builds in back branches. 10 years ago
Tom Lane 8f1559aa57 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Tom Lane 60ba32cb51 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Tom Lane 728a2ac214 Fix possible internal overflow in numeric division. 10 years ago
Tom Lane 7b21d1bcaf Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 10 years ago
Noah Misch 87deb55a47 Don't connect() to a wildcard address in test_postmaster_connection(). 10 years ago
Tom Lane 03ee6591dd Fix enforcement of restrictions inside regexp lookaround constraints. 10 years ago
Kevin Grittner 08322daed3 Fix serialization anomalies due to race conditions on INSERT. 10 years ago
Noah Misch b97a41a7c0 Fix back-patch of commit 8e3b4d9d40. 10 years ago
Noah Misch 91d62b14f2 Eschew "RESET statement_timeout" in tests. 10 years ago
Tom Lane 0ce829caf6 Fix incorrect handling of lookahead constraints in pg_regprefix(). 10 years ago