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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-24
Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-18
Remove bogus comment from HeapTupleSatisfiesNow.
Robert Haas
2012-04-14
Rename synchronous_commit='write' to 'remote_write'.
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-11
Make pg_tablespace_location(0) return the database's default tablespace.
Tom Lane
2012-04-10
Measure epoch of timestamp-without-time-zone from local not UTC midnight.
Tom Lane
2012-04-09
Fix an Assert that turns out to be reachable after all.
Tom Lane
2012-04-07
Further adjustment of comment about qsort_tuple.
Tom Lane
2012-04-06
Fix broken comparetup_datum code.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
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-03-27
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-26
Replace empty locale name with implied value in CREATE DATABASE and initdb.
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-21
Allow new relmapper entries when allow_system_table_mods is true.
Tom Lane
2012-03-21
Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.
Robert Haas
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-16
backend: Fix minor memory leak in configuration file processing
Peter Eisentraut
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
Remove unused tzn arguments for timestamp2tm()
Peter Eisentraut
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-12
Use correct sizeof operand in qsort call
Peter Eisentraut
2012-03-12
Add comment for missing break in switch
Peter Eisentraut
2012-03-08
Improve estimation of IN/NOT IN by assuming array elements are distinct.
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
Rewrite GiST support code for rangetypes.
Tom Lane
2012-03-04
Remove useless "rough estimate" path from mcelem_array_contained_selec.
Tom Lane
2012-03-04
Improve histogram-filling loop in new compute_array_stats() code.
Tom Lane
2012-03-04
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-02-29
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-27
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-22
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-21
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-20
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-19
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-16
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
Speed up in-memory tuplesorting.
Robert Haas
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
[next]