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-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
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-30
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-28
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-27
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-22
Mark DateTimeParseError() noreturn
Peter Eisentraut
2012-08-21
Teach compiler that ereport(>=ERROR) does not return
Peter Eisentraut
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-16
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-16
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-12
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-11
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-09
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
[next]