Commit Graph

33474 Commits (161a767155166e5bc29e515fb16e4c4331be3633)
 

Author SHA1 Message Date
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 11 years ago
Alvaro Herrera ab14c13838 adjust ACL owners for REASSIGN and ALTER OWNER TO 11 years ago
Tom Lane 6270ec1e5c Remove silly completion for "DELETE FROM tabname ...". 11 years ago
Tom Lane db462a44e2 Fix improper initialization order for readline. 11 years ago
Tom Lane 03b138e904 Cope with Readline's failure to track SIGWINCH events outside of input. 11 years ago
Alvaro Herrera c54bc78b61 Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly 11 years ago
Heikki Linnakangas 4b58ded749 Fix out-of-memory error handling in ParameterDescription message processing. 11 years ago
Andres Freund 476c54b89b Correct statement to actually be the intended assert statement. 11 years ago
Tom Lane 20f85bc50b Docs: document that psql's "\i -" means read from stdin. 11 years ago
Tom Lane f2ce8f2b93 Doc: update external URLs for PostGIS project. 11 years ago
Andres Freund 5f9a86b353 Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 11 years ago
Tom Lane 386dcd5398 Add an expected-file to match behavior of latest libxml2. 11 years ago
Alvaro Herrera f44c5203b7 For REASSIGN OWNED for foreign user mappings 11 years ago
Tom Lane 2a37a103b9 Install our "missing" script where PGXS builds can find it. 11 years ago
Andres Freund 3199c13fcc Fix bug leading to restoring unlogged relations from empty files. 11 years ago
Tom Lane f9fc8e79cd Further improve documentation of the role-dropping process. 11 years ago
Tom Lane 7882143dca Make gincostestimate() cope with hypothetical GIN indexes. 11 years ago
Tom Lane 84387496f4 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 11 years ago
Tom Lane cb7ea8d985 Fix failure to consider failure cases in GetComboCommandId(). 11 years ago
Tom Lane 6430a11fa9 Be more paranoid about null return values from libpq status functions. 11 years ago
Bruce Momjian c36064e438 pg_upgrade: fix CopyFile() on Windows to fail on file existence 11 years ago
Tom Lane 6df62ef43e Fix Windows builds in back branches. 11 years ago
Tom Lane 8f1559aa57 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 11 years ago
Tom Lane 60ba32cb51 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 11 years ago
Tom Lane b4afc39f7a Accept flex > 2.5.x in configure. 11 years ago
Tom Lane 728a2ac214 Fix possible internal overflow in numeric division. 11 years ago
Tom Lane 7b21d1bcaf Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 11 years ago
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 11 years ago
Tom Lane 7fe1d1cfbf Improve our workaround for 'TeX capacity exceeded' in building PDF files. 11 years ago
Noah Misch 87deb55a47 Don't connect() to a wildcard address in test_postmaster_connection(). 11 years ago
Tom Lane 03ee6591dd Fix enforcement of restrictions inside regexp lookaround constraints. 11 years ago
Kevin Grittner 08322daed3 Fix serialization anomalies due to race conditions on INSERT. 11 years ago
Noah Misch b97a41a7c0 Fix back-patch of commit 8e3b4d9d40. 11 years ago