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
/
utils
Age
Commit message (
Expand
)
Author
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-10
json_typeof function.
Andrew Dunstan
2013-10-10
Revive line type
Peter Eisentraut
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-09-10
Remove leftover function prototype.
Fujii Masao
2013-09-05
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-03
Update comments concerning PGC_S_TEST.
Tom Lane
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-01
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-07-07
Fix include-guard
Magnus Hagander
2013-07-05
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-16
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-27
Allow external recovery_config_directory
Simon Riggs
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-03-10
JSON generation improvements.
Andrew Dunstan
2013-03-08
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-07
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-22
Add pg_xlogdump contrib program
Alvaro Herrera
2013-02-18
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-25
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
[next]