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-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
2011-02-17
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-16
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-16
Also process psqlrc when running psql -l
Peter Eisentraut
2011-02-16
Fix for warnings-free compilation with Python 3.2
Peter Eisentraut
2011-02-16
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
Tom Lane
2011-02-16
WAL receiver shouldn't try to send a reply when dying.
Robert Haas
2011-02-16
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
pg_ctl promote
Robert Haas
2011-02-16
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-15
Fix corner case for binary upgrade: extension functions in pg_catalog.
Tom Lane
2011-02-15
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-02-15
Fix obsolete comment.
Tom Lane
2011-02-15
Assorted corrections to the patch to add WAL receiver replies.
Robert Haas
[next]