Commit Graph

5941 Commits (1f7cb5c30983752ff8de833de30afcaee63536d0)

Author SHA1 Message Date
Heikki Linnakangas 644a0a6379 Fix archive_cleanup_command. 13 years ago
Tom Lane 3bbf668de9 Fix multiple problems in WAL replay. 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
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
Bruce Momjian aa69670e42 Add URLs to document why DLLIMPORT is needed on Windows. 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera 04f28bdb84 Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Kevin Grittner 6868ed7491 Throw error if expiring tuple is again updated or deleted. 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
Tom Lane dc5aeca168 Remove unnecessary "head" arguments from some dlist/slist functions. 13 years ago
Tom Lane 8f8d746478 Code review for inline-list patch. 13 years ago
Tom Lane 72a4231f0c Fix planning of non-strict equivalence clauses above outer joins. 13 years ago
Tom Lane ff3f9c8de5 Close un-owned SMgrRelations at transaction end. 13 years ago
Tom Lane 9bacf0e373 Revert "Use "transient" files for blind writes, take 2". 13 years ago
Alvaro Herrera a66ee69add Embedded list interface 13 years ago
Heikki Linnakangas ff6c78c480 Remove comment that is no longer true. 13 years ago
Tom Lane e81e8f9342 Split up process latch initialization for more-fail-soft behavior. 13 years ago
Tom Lane a29f7ed554 Get rid of COERCE_DONTCARE. 13 years ago
Tom Lane 71e58dcfb9 Make equal() ignore CoercionForm fields for better planning with casts. 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Tom Lane a80889a735 Set procost to 10 for each of the pg_foo_is_visible() functions. 13 years ago
Tom Lane 7e0cce0265 Remove unnecessary overhead in backend's large-object operations. 13 years ago
Alvaro Herrera f46baf601d Rename USE_INLINE to PG_USE_INLINE 13 years ago
Tom Lane 26fe56481c Code review for 64-bit-large-object patch. 13 years ago
Alvaro Herrera 976fa10d20 Add support for easily declaring static inline functions 13 years ago
Robert Haas 08c8058ce9 Add #define for UUIDOID. 13 years ago
Tom Lane 95d035e66d Autoconfiscate selection of 64-bit int type for 64-bit large object API. 13 years ago
Tatsuo Ishii 7e2f8ed2b0 Fix compiling errors on Windows platform. Fix wrong usage of 13 years ago
Tatsuo Ishii b51a65f5bf Bump up catalog vesion due to 64-bit large object API functions 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Heikki Linnakangas fd5942c18f Use the regular main processing loop also in walsenders. 13 years ago
Tom Lane fb34e94d21 Support CREATE SCHEMA IF NOT EXISTS. 13 years ago
Alvaro Herrera 994c36e01d refactor ALTER some-obj SET OWNER implementation 13 years ago
Alvaro Herrera 2164f9a125 Refactor "ALTER some-obj SET SCHEMA" implementation 13 years ago
Heikki Linnakangas d5497b95f3 Split off functions related to timeline history files and XLOG archiving. 13 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
Tom Lane ea473fb2de Add infrastructure for compile-time assertions about variable types. 13 years ago
Andrew Dunstan 6e9876dc32 Remove checks for now long outdated compilers. 13 years ago
Tom Lane 70bc583319 Fix btmarkpos/btrestrpos to handle array keys. 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Tom Lane 31510194cc Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. 13 years ago
Andrew Dunstan 6d12b68cd7 Allow IF NOT EXISTS when add a new enum label. 13 years ago
Tom Lane 11e131854f Improve ruleutils.c's heuristics for dealing with rangetable aliases. 13 years ago
Heikki Linnakangas 7c45e3a3c6 Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. 13 years ago
Alvaro Herrera 22c734fcdb Remove execdesc.h inclusion from tcopprot.h 13 years ago
Tom Lane 9a93e71008 Fix a couple other leftover uses of 'conisonly' terminology. 14 years ago