aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas2012-11-12
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08
* Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian2012-11-07
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* When converting a table to a view, remove its system columns.Tom Lane2012-10-24
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-23
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-18
* Code review for inline-list patch.Tom Lane2012-10-18
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Embedded list interfaceAlvaro Herrera2012-10-17
* Remove comment that is no longer true.Heikki Linnakangas2012-10-15
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Set procost to 10 for each of the pg_foo_is_visible() functions.Tom Lane2012-10-10
* Remove unnecessary overhead in backend's large-object operations.Tom Lane2012-10-09
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Code review for 64-bit-large-object patch.Tom Lane2012-10-08
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Add #define for UUIDOID.Robert Haas2012-10-08
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii2012-10-07
* Bump up catalog vesion due to 64-bit large object API functionsTatsuo Ishii2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-02
* Provide some static-assertion functionality on all compilers.Tom Lane2012-09-30
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-30
* Remove checks for now long outdated compilers.Andrew Dunstan2012-09-28
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Add support for include_dir in config file.Heikki Linnakangas2012-09-24
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane2012-09-12
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05