Commit Graph

33489 Commits (3dca6f36fcd694c8c49d26e7c4971194dee2754a)
 

Author SHA1 Message Date
Tom Lane 3dca6f36fc Stamp 9.1.20. 10 years ago
Peter Eisentraut 862b4a427c Translation updates 10 years ago
Tom Lane 730c89b792 Last-minute updates for release notes. 10 years ago
Tom Lane 98d6b73059 Fix some regex issues with out-of-range characters and large char ranges. 10 years ago
Tom Lane f6c7bfb597 Improve documentation about PRIMARY KEY constraints. 10 years ago
Tom Lane 2d5932580a Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20. 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
Robert Haas 4c8b07d3c4 pgbench: Install guard against overflow when dividing by -1. 10 years ago
Michael Meskes 79782b4075 Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Andrew Dunstan d9c76aa498 Fix error in documentated use of mingw-w64 compilers 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
Robert Haas 161a767155 Fix spelling mistake. 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 aa078a9f45 Adjust back-branch release note description of commits a2a718b22 et al. 10 years ago
Bruce Momjian 2da136dccc Update copyright for 2016 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
Tom Lane 4388895a65 Document the exponentiation operator as associating left to right. 10 years ago
Alvaro Herrera 1b6102eb73 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 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
Tom Lane 20f85bc50b Docs: document that psql's "\i -" means read from stdin. 10 years ago
Tom Lane f2ce8f2b93 Doc: update external URLs for PostGIS project. 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
Tom Lane 2a37a103b9 Install our "missing" script where PGXS builds can find it. 10 years ago
Andres Freund 3199c13fcc Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Tom Lane f9fc8e79cd Further improve documentation of the role-dropping process. 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