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-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-27
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
Remove prototype for nonexistent function.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-18
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-14
pg_size_pretty(numeric)
Robert Haas
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
checkopint -> checkpoint
Robert Haas
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-31
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Tom Lane
2012-03-29
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-27
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-27
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-26
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-16
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
Add comments explaining why our Itanium spinlock implementation is safe.
Heikki Linnakangas
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-10
Add support for renaming constraints
Peter Eisentraut
2012-03-09
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
Revise FDW planning API, again.
Tom Lane
2012-03-08
Fix some issues with temp/transient tables in extension scripts.
Tom Lane
2012-03-07
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
Tom Lane
2012-03-07
Expose an API for calculating catcache hash values.
Tom Lane
2012-03-06
Add a hook for processing messages due to be sent to the server log.
Tom Lane
2012-03-05
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-03-04
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-04
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-03-01
Remove TOAST table from pg_database
Alvaro Herrera
[next]