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
2013-03-14
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-10
JSON generation improvements.
Andrew Dunstan
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-10
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-08
Forgot catversion bump in the SP-GiST adjacent support patch.
Heikki Linnakangas
2013-03-08
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-07
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-07
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
Fix missing #include in commands/matview.h.
Tom Lane
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
Bump catversion because of new function in the materialized view patch.
Kevin Grittner
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-03-04
Get rid of any toast table when converting a table to a view.
Tom Lane
2013-03-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-26
Install headers from the new src/include/common subdirectory.
Tom Lane
2013-02-22
Add pg_xlogdump contrib program
Alvaro Herrera
2013-02-22
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Tom Lane
2013-02-18
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-18
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-15
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-13
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-12
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-10
Document and clean up gistsplit.c.
Tom Lane
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-06
Split out list of XLog resource managers
Alvaro Herrera
2013-02-01
Move Assert() definitions to c.h
Alvaro Herrera
2013-01-31
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-25
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-24
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-22
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
[next]