Commit Graph

34390 Commits (29add0de4920e4f448a30bfc35798b939c211d97)
 

Author SHA1 Message Date
Bruce Momjian 29add0de49 In pg_upgrade, copy fsm, vm, and extent files by checking for file 13 years ago
Tom Lane a235b85a0b Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Bruce Momjian dec10ba4c5 Mark pg_upgrade's free_db_and_rel_infos() as a static function. 13 years ago
Bruce Momjian 3bdfd9cb9e Adjust find_status for newer Linux 'nm' output format. 13 years ago
Tom Lane 273986bf0d Fix memory leaks in record_out() and record_send(). 13 years ago
Simon Riggs d9fad1076d Skip searching for subxact locks at commit. 13 years ago
Simon Riggs 68f7fe140b Clarify docs on hot standby lock release 13 years ago
Peter Eisentraut 8f40ad1f4e doc: Add link to CREATE TABLE AS on CREATE TABLE reference page 13 years ago
Tom Lane 3bbf668de9 Fix multiple problems in WAL replay. 13 years ago
Peter Eisentraut 9b3ac49e5a Use a stamp file for the XSLT HTML doc build 13 years ago
Heikki Linnakangas d092d116ed Oops, have to rename local variables called 'errcontext' in contrib, too. 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Heikki Linnakangas c9d44a75d4 Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro 13 years ago
Peter Eisentraut 42218f29af doc: "only relevant" -> "relevant only" 13 years ago
Tom Lane 34f3b396a6 Check for stack overflow in transformSetOperationTree(). 13 years ago
Alvaro Herrera fa12cb7f02 Remove leftover LWLockRelease() call 13 years ago
Peter Eisentraut 732740e7d4 XSLT stylesheet: Add slash to directory name 13 years ago
Tom Lane 3e7fdcffd6 Fix WaitLatch() to return promptly when the requested timeout expires. 13 years ago
Tom Lane dcc55dd21a Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API. 13 years ago
Tom Lane 75af5ae9c0 Don't trash input list structure in does_not_exist_skipping(). 13 years ago
Heikki Linnakangas a9dad56441 Teach pg_basebackup and pg_receivexlog to reply to server keepalives. 13 years ago
Tom Lane 9e45e03886 Fix missing inclusions. 13 years ago
Bruce Momjian aa69670e42 Add URLs to document why DLLIMPORT is needed on Windows. 13 years ago
Alvaro Herrera 4ee5c40b06 Don't try to use a unopened relation 13 years ago
Bruce Momjian c90dcd6d2c In pg_upgrade docs, mention using base backup as part of rsync for 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Bruce Momjian ed5699dd1b In pg_upgrade, set synchronous_commit=off for the new cluster, to 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Peter Eisentraut 4bb106ef4f Fix typo 13 years ago
Tom Lane ef28e05ac5 Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile. 13 years ago
Tom Lane 19e36477b3 Limit the number of rel sets considered in consider_index_join_outer_rels. 13 years ago
Peter Eisentraut 1eb1dde049 Have make never delete intermediate files automatically 13 years ago
Alvaro Herrera 2f1692d213 Fix erroneous choice of timeline variable, too 13 years ago
Tom Lane e774b7649c Document that TCP keepalive settings read as 0 on Unix-socket connections. 13 years ago
Alvaro Herrera 9b8dd7e8aa Fix erroneous choices of segNo variables 13 years ago
Alvaro Herrera 04f28bdb84 Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Peter Eisentraut 4af3dda136 Preserve intermediate .c files in coverage mode 13 years ago
Kevin Grittner 6868ed7491 Throw error if expiring tuple is again updated or deleted. 13 years ago
Tom Lane 17804fa71b Prefer actual constants to pseudo-constants in equivalence class machinery. 13 years ago
Tom Lane 5a39114fe7 In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 13 years ago
Tom Lane bf01e34b55 Tweak genericcostestimate's fudge factor for index size. 13 years ago
Tom Lane a4e8680a6c When converting a table to a view, remove its system columns. 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Kevin Grittner 4c9d0901f1 Correct predicate locking for DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane edef20f6e1 Fix pg_dump's handling of DROP DATABASE commands in --clean mode. 13 years ago
Tom Lane ca0b960eb5 Prevent overflow in pgbench's percent-done display. 13 years ago
Tom Lane 5d1abe64e6 Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly. 13 years ago
Tom Lane 4e32f8cd14 Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 0d6895051a Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Simon Riggs da85727565 Fix orphan on cancel of drop index concurrently. 13 years ago