Commit Graph

32656 Commits (4387cc9ab4ad7e037df32e93c8435e34b5832cc5)
 

Author SHA1 Message Date
Tom Lane 4387cc9ab4 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane fe838e5074 Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane e9ad86ce68 Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Tom Lane 68a8ea6046 Fix memory leaks in record_out() and record_send(). 13 years ago
Simon Riggs d0d58f7aa9 Clarify docs on hot standby lock release 13 years ago
Tom Lane 634e148dca Fix multiple problems in WAL replay. 13 years ago
Tom Lane f8ffe6234a Check for stack overflow in transformSetOperationTree(). 13 years ago
Peter Eisentraut 1458f0f1da XSLT stylesheet: Add slash to directory name 13 years ago
Tom Lane f43ca3c894 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Tom Lane efa81e3c94 Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile. 13 years ago
Tom Lane c22acf4558 Document that TCP keepalive settings read as 0 on Unix-socket connections. 13 years ago
Alvaro Herrera 65225900de Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Tom Lane ff8f7103b5 Prefer actual constants to pseudo-constants in equivalence class machinery. 13 years ago
Tom Lane 5110a96992 In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 13 years ago
Tom Lane f01936f70b Prevent parser from believing that views have system columns. 13 years ago
Tom Lane d01a744219 Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 823f83d3d5 Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Heikki Linnakangas d2a5f32656 Further tweaking of the readfile() function in pg_ctl. 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
Simon Riggs f34d1fa0c8 Fix typo in previous commit 13 years ago
Simon Riggs 3877b1fa17 Clarify hash index caution and copy to CREATE INDEX docs 13 years ago
Heikki Linnakangas 2883674274 Fix race condition in pg_ctl reading postmaster.pid. 13 years ago
Tom Lane eb5e0d8488 Split up process latch initialization for more-fail-soft behavior. 13 years ago
Tom Lane de31ea98a2 Fix cross-type case in partial row matching for hashed subplans. 13 years ago
Tom Lane bd0ef304f8 Fix PGXS support for building loadable modules on AIX. 13 years ago
Tom Lane bb3aa7a484 Fix lo_import and lo_export to return useful error messages more often. 13 years ago
Tom Lane a883c02449 Fix lo_export usage in example programs. 13 years ago
Heikki Linnakangas 3c856708e5 Say ANALYZE, not VACUUM, in error message on analyze in hot standby. 13 years ago
Michael Meskes 8ebe8889a8 Removed sentence about not being able to retrieve more than one row at a time, 13 years ago
Michael Meskes 856ce0fb56 Fixed test for array boundary. 13 years ago
Tom Lane 6c33084fa2 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 13 years ago
Alvaro Herrera 412a4295b5 REASSIGN OWNED: consider grants on tablespaces, too 13 years ago
Heikki Linnakangas 6c00b2bbf7 Fix access past end of string in date parsing. 13 years ago
Tom Lane d617b28c6c Fix bugs in "restore.sql" script emitted in pg_dump tar output. 13 years ago
Tom Lane dfa6eda5e4 Fix tar files emitted by pg_basebackup to be POSIX conformant. 13 years ago
Tom Lane bc99397563 Fix examples of how to use "su" while starting the server. 13 years ago
Tom Lane 04a37a5716 Stamp 9.1.6. 13 years ago
Tom Lane 793664d0c8 Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago
Tom Lane 1dd03b5330 Update time zone data files to tzdata release 2012f. 13 years ago
Peter Eisentraut d4e1ca27c6 Translation updates 13 years ago
Peter Eisentraut 67503753a7 pg_upgrade: Remove check for pg_config 13 years ago
Tom Lane 3440583051 Provide adequate documentation of the "table_name *" notation. 13 years ago
Simon Riggs 25560fdeb2 Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 13 years ago
Kevin Grittner 5752e1bbb2 Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 13 years ago
Tom Lane 87802a12d7 Back-patch fix and test case for bug #7516. 13 years ago
Robert Haas fef2c17807 Properly set relpersistence for fake relcache entries. 13 years ago
Kevin Grittner df4234d7a9 Fix typo: lexemes misspelled in full text search docs. 13 years ago
Tom Lane bd371ea5c0 Fix logical errors in tsquery selectivity estimation for prefix queries. 13 years ago