Commit Graph

5567 Commits (ddf177228fb303e2fd855b399ab8098daa2d3376)

Author SHA1 Message Date
Tom Lane ddf177228f Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane b403f4107b Make REPLICATION privilege checks test current user not authenticated user. 13 years ago
Tom Lane 81e2255fc7 Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Tom Lane a0698406f4 Document and clean up gistsplit.c. 13 years ago
Tom Lane bb5e312bdc Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Tom Lane 69c026512f Stamp 9.1.8. 13 years ago
Andrew Dunstan 57d294a188 Use correct output device for Windows prompts. 13 years ago
Kevin Grittner 5454344b96 Fix performance problems with autovacuum truncation in busy workloads. 13 years ago
Tom Lane 628ea7ea51 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Tom Lane ed98b48bf4 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane c47f643c49 Stamp 9.1.7. 13 years ago
Tom Lane d08fd1f849 Don't advance checkPoint.nextXid near the end of a checkpoint sequence. 13 years ago
Tom Lane c6a91c92b5 Produce a more useful error message for over-length Unix socket paths. 13 years ago
Simon Riggs 6f9a9da85c Correctly init/deinit recovery xact environment. 13 years ago
Tom Lane 1da5bef317 Fix assorted bugs in CREATE INDEX CONCURRENTLY. 13 years ago
Tom Lane bdceb861d7 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. 13 years ago
Tom Lane 634e148dca Fix multiple problems in WAL replay. 13 years ago
Tom Lane f43ca3c894 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera 65225900de Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Tom Lane 447dad7193 Fix planning of non-strict equivalence clauses above outer joins. 13 years ago
Tom Lane 473320e6c8 Close un-owned SMgrRelations at transaction end. 13 years ago
Tom Lane cacb65263b Revert "Use "transient" files for blind writes, take 2". 13 years ago
Tom Lane eb5e0d8488 Split up process latch initialization for more-fail-soft behavior. 13 years ago
Tom Lane 04a37a5716 Stamp 9.1.6. 13 years ago
Tom Lane ff0b18cc49 Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 13 years ago
Tom Lane 97395185b8 Make configure probe for mbstowcs_l as well as wcstombs_l. 14 years ago
Tom Lane 04e96bc69d Stamp 9.1.5. 14 years ago
Tom Lane b2cc611959 Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 14 years ago
Tom Lane 200ff8bf39 Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Tom Lane 2f961b1b5f Improve coding around the fsync request queue. 14 years ago
Tom Lane a9287de176 Back-patch fix for extraction of fixed prefixes from regular expressions. 14 years ago
Tom Lane ed45a53730 Back-patch addition of pg_wchar-to-multibyte conversion functionality. 14 years ago
Tom Lane 62b9045666 Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Tom Lane b6108fe59b Fix planner to pass correct collation to operator selectivity estimators. 14 years ago
Alvaro Herrera ac50404224 Have REASSIGN OWNED work on extensions, too 14 years ago
Tom Lane 81aa961037 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Tom Lane df83f0f61c Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Tom Lane 8e61ded616 Stamp 9.1.4. 14 years ago
Tom Lane 3dfaea4727 Revert back-branch changes in behavior of age(xid). 14 years ago
Tom Lane fea3ea1f23 Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Robert Haas 2ca6bac892 Prevent loss of init fork when truncating an unlogged table. 14 years ago
Simon Riggs 1a4bc2db6c Ensure age() returns a stable value rather than the latest value 14 years ago
Tom Lane 1c0e678678 Overdue code review for transaction-level advisory locks patch. 14 years ago
Tom Lane dc7521dcb9 Fix planner's handling of RETURNING lists in writable CTEs. 14 years ago
Heikki Linnakangas ef29bb1f72 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 811a2cbc16 Fix planner's handling of outer PlaceHolderVars within subqueries. 14 years ago
Tom Lane 805f798e0e Revisit handling of UNION ALL subqueries with non-Var output columns. 14 years ago
Tom Lane ad05b5d28d Fix some issues with temp/transient tables in extension scripts. 14 years ago
Tom Lane 64c47e4542 Stamp 9.1.3. 14 years ago
Tom Lane e6fcb03dc0 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago