Commit Graph

32668 Commits (1b4359b55d8fe32a54460c3ea00567a2fafa6b9c)
 

Author SHA1 Message Date
Peter Eisentraut 1b4359b55d doc: Fix broken links to DocBook wiki 13 years ago
Tom Lane 2b96c32d53 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Tom Lane df1aa46285 Add missing buffer lock acquisition in GetTupleForTrigger(). 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
Michael Meskes 381c3b8f4c When processing nested structure pointer variables ecpg always expected an 13 years ago
Tom Lane bdceb861d7 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. 13 years ago
Heikki Linnakangas 38b38fb122 pg_stat_replication.sync_state was displayed incorrectly at page boundary. 13 years ago
Tom Lane 806e6d1ddb Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Heikki Linnakangas db3658b34f Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. 13 years ago
Tom Lane 866f2dd784 Don't launch new child processes after we've been told to shut down. 13 years ago
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