Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Bruce Momjian 864de654c8 Add more limited large object trigger example. 14 years ago
Bruce Momjian 9e84cccff2 Add doc example of restricting large object trigger firing to only 14 years ago
Tom Lane e45ae40181 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane 17351fce4e Prevent access to external files/URLs via XML entity references. 14 years ago
Bruce Momjian 03bda4535e Revert "commit_delay" change; just add comment that we don't have 14 years ago
Bruce Momjian e74727440c Add pg_settings units display for "commit_delay" (ms). 14 years ago
Bruce Momjian 1d96cf9404 In documentation, change "recommendable" to "recommended", per 14 years ago
Tom Lane 51fd748e54 Update time zone data files to tzdata release 2012e. 14 years ago
Heikki Linnakangas f86e6ba40c Add runtime checks for number of query parameters passed to libpq functions. 14 years ago
Tom Lane c1774d2c81 More fixes for planner's handling of LATERAL. 14 years ago
Tom Lane e76af54137 Fix some issues with LATERAL(SELECT UNION ALL SELECT). 14 years ago
Tom Lane 83af58f6b5 Add link from COPY ref page to psql \copy. 14 years ago
Tom Lane b53800355f Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 14 years ago
Tom Lane a67d6d9a78 Update overlooked comment. 14 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 14 years ago
Bruce Momjian 85642ec00b Prevent pg_upgrade from crashing if it can't write to the current 14 years ago
Bruce Momjian 914b1301cc Adjust pgtest coding to be less complex. 14 years ago
Bruce Momjian 99ed473acb Fix pgtest to return proper error code based on 'make' return code. 14 years ago
Tom Lane eaccfded98 Centralize the logic for detecting misplaced aggregates, window funcs, etc. 14 years ago
Magnus Hagander b3055ab4fb Fix upper limit of superuser_reserved_connections, add limit for wal_senders 14 years ago
Simon Riggs da4efa13d8 Turn off WalSender keepalives by default, users can enable if desired 14 years ago
Simon Riggs 87d8bd7c9f Ensure all replication message info is available and correct via WalRcv 14 years ago
Robert Haas be690e291d Make psql -1 < file behave as expected. 14 years ago
Alvaro Herrera 92ec0370eb Fix typo in comment 14 years ago
Simon Riggs 42020a89c7 Doc correction to point out that 9.2+ can overwrite pg_xlog files. 14 years ago
Tom Lane f630157496 Merge parser's p_relnamespace and p_varnamespace lists into a single list. 14 years ago
Simon Riggs 8143a56854 Fix minor bug in XLogFileRead() that accidentally worked. 14 years ago
Robert Haas 21786db81f Fix cache flush hazard in event trigger cache. 14 years ago
Bruce Momjian 2751740ab5 Add additional C comments for to_date/to_char() fixes. 14 years ago
Tom Lane 633f2fbd88 Update isolation tests' README file. 14 years ago
Tom Lane db108349bf Fix TwoPhaseGetDummyBackendId(). 14 years ago
Tom Lane 5ebaaa4944 Implement SQL-standard LATERAL subqueries. 14 years ago
Tom Lane 5078be4804 Tweak new Perl pgindent for compatibility with middle-aged Perls. 14 years ago
Robert Haas eea65943c6 Fix memory leaks in event trigger code. 14 years ago
Bruce Momjian ac78c4178b Fix to_char(), to_date(), and to_timestamp() to handle negative/BC 14 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 14 years ago
Alvaro Herrera 3a42a3ffd8 Fix redundant wording 14 years ago
Simon Riggs 0f04fc67f7 fsync backup_label after pg_start_backup() 14 years ago
Robert Haas b112df8421 Typo fixes for previous commit. 14 years ago
Robert Haas 95282d3522 Warn more vigorously about the non-transactional behavior of sequences. 14 years ago
Alvaro Herrera f5f8e7169f Make strings identical 14 years ago
Magnus Hagander 254316f5a2 Complain with proper error message if streaming stops prematurely 14 years ago
Heikki Linnakangas 3ff15883b1 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Bruce Momjian 149ac7d455 Replace pgindent shell script with Perl script. Update perltidy 14 years ago
Bruce Momjian 4639432597 Reword documentation for concurrent index rebuilds to be clearer. 14 years ago
Tom Lane 3152bf722f Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. 14 years ago
Bruce Momjian 95e750520c Add link to synchronous_commit variables in high availability docs. 14 years ago
Tom Lane f786e91a75 Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code. 14 years ago
Tom Lane c1793f2e0c In SPGiST replay, do conflict resolution before modifying the page. 14 years ago