Commit Graph

33457 Commits (7e29e7f5544d41cdf3cc2ed209ecabfa0242af04)
 

Author SHA1 Message Date
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
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
Bruce Momjian c36064e438 pg_upgrade: fix CopyFile() on Windows to fail on file existence 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 b4afc39f7a Accept flex > 2.5.x in configure. 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
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Tom Lane 7fe1d1cfbf Improve our workaround for 'TeX capacity exceeded' in building PDF files. 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
Michael Meskes a9bcd83703 Fix order of arguments in ecpg generated typedef command. 10 years ago
Tom Lane 4083a52f41 Miscellaneous cleanup of regular-expression compiler. 10 years ago
Tom Lane b94c2b6a69 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 067f96fe3a Improve performance of pullback/pushfwd in regular-expression compiler. 10 years ago
Tom Lane 5503e6e0f3 Improve performance of fixempties() pass in regular-expression compiler. 10 years ago
Tom Lane b00c79b5b9 Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Tom Lane d394f12c0c Fix regular-expression compiler to handle loops of constraint arcs. 10 years ago
Tom Lane b0d8583593 On Windows, ensure shared memory handle gets closed if not being used. 10 years ago
Tom Lane c869a7d5b4 Fix "pg_ctl start -w" to test child process status directly. 10 years ago
Tom Lane ef5f8117be Improve documentation of the role-dropping process. 10 years ago
Tom Lane dea6da132a Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
Tom Lane f0ceb25d04 Stamp 9.1.19. 10 years ago
Peter Eisentraut 21369340f7 doc: Update URLs of external projects 10 years ago
Peter Eisentraut e01548b5e2 Translation updates 10 years ago
Tom Lane 7bb63b2f84 Last-minute updates for release notes. 10 years ago