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
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
Age
Commit message (
Expand
)
Author
2011-03-01
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-03-01
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-03-01
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
Andrew Dunstan
2011-02-28
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-28
Fix regression tests after PL/Python custom SPI exceptions patch
Peter Eisentraut
2011-02-28
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-27
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
Be less detailed about reporting shared memory failure by avoiding the
Bruce Momjian
2011-02-27
Fix verbose display of REPLICATION role attribute
Magnus Hagander
2011-02-26
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
Table function support for PL/Python
Peter Eisentraut
2011-02-26
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
Named restore point improvements.
Robert Haas
2011-02-24
More psql tab-completion for new commands.
Itagaki Takahiro
2011-02-24
Add tab-completion for CREATE UNLOGGED TABLE in psql,
Itagaki Takahiro
2011-02-23
Make the second words lowercase in psql's \d titles for unlogged tables.
Itagaki Takahiro
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
Allow binary I/O of type "void".
Tom Lane
2011-02-22
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
Initialize variable to quiet compiler.
Bruce Momjian
2011-02-19
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
Fix parallel pg_restore to handle comments on POST_DATA items correctly.
Tom Lane
2011-02-18
Use $INDENT instead of `which` to find the indent binary
Alvaro Herrera
2011-02-18
Make a hard state change from catchup to streaming mode.
Simon Riggs
2011-02-18
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-18
Properly initialize variables
Magnus Hagander
2011-02-18
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-18
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-18
pgindent run on plperl.c
Alvaro Herrera
2011-02-18
Use $INDENT rather than indent throughout the pgindent code
Alvaro Herrera
2011-02-18
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
Prevent possible compiler warnings.
Robert Haas
2011-02-17
Add some words of caution to elog.c.
Robert Haas
2011-02-17
Fix blatantly uninitialized variable in recent commit.
Tom Lane
[next]