index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2012-11-19
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-13
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro
Heikki Linnakangas
2012-11-09
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-11-08
Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.
Tom Lane
2012-11-07
Add URLs to document why DLLIMPORT is needed on Windows.
Bruce Momjian
2012-11-07
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-10-31
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-24
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-23
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
Code review for inline-list patch.
Tom Lane
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-15
Remove comment that is no longer true.
Heikki Linnakangas
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-10
Set procost to 10 for each of the pg_foo_is_visible() functions.
Tom Lane
2012-10-09
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-09
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
Add #define for UUIDOID.
Robert Haas
2012-10-08
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
Fix compiling errors on Windows platform. Fix wrong usage of
Tatsuo Ishii
2012-10-07
Bump up catalog vesion due to 64-bit large object API functions
Tatsuo Ishii
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-05
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-10-01
Provide some static-assertion functionality on all compilers.
Tom Lane
2012-09-30
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-28
Remove checks for now long outdated compilers.
Andrew Dunstan
2012-09-27
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-24
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-22
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-09-20
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-09-12
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
[next]