index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
8
-214
/
+387
*
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-28
1
-1
/
+1
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
14
-214
/
+276
*
Be less detailed about reporting shared memory failure by avoiding the
Bruce Momjian
2011-02-27
1
-9
/
+8
*
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
3
-3
/
+3
*
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
1
-3
/
+6
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
26
-149
/
+522
*
Named restore point improvements.
Robert Haas
2011-02-24
1
-0
/
+4
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
16
-63
/
+70
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
1
-3
/
+3
*
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
2
-0
/
+12
*
Allow binary I/O of type "void".
Tom Lane
2011-02-22
1
-0
/
+28
*
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-21
1
-15
/
+3
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
3
-135
/
+152
*
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
1
-1
/
+1
*
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-21
3
-28
/
+82
*
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
1
-53
/
+85
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
21
-48
/
+747
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
6
-58
/
+235
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
2
-0
/
+2
*
Make a hard state change from catchup to streaming mode.
Simon Riggs
2011-02-18
1
-2
/
+21
*
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-18
2
-73
/
+155
*
Properly initialize variables
Magnus Hagander
2011-02-18
1
-5
/
+12
*
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
1
-1
/
+1
*
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-18
1
-0
/
+1
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
4
-39
/
+232
*
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
1
-0
/
+6
*
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
3
-7
/
+45
*
Prevent possible compiler warnings.
Robert Haas
2011-02-17
1
-0
/
+3
*
Add some words of caution to elog.c.
Robert Haas
2011-02-17
1
-0
/
+6
*
Fix blatantly uninitialized variable in recent commit.
Tom Lane
2011-02-16
1
-1
/
+1
*
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-16
3
-2
/
+5
*
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-16
2
-0
/
+54
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
6
-27
/
+193
*
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
Tom Lane
2011-02-16
1
-5
/
+17
*
WAL receiver shouldn't try to send a reply when dying.
Robert Haas
2011-02-16
1
-7
/
+13
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
1
-0
/
+206
*
pg_ctl promote
Robert Haas
2011-02-15
2
-4
/
+53
*
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-16
1
-499
/
+725
*
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-02-15
2
-7
/
+9
*
Assorted corrections to the patch to add WAL receiver replies.
Robert Haas
2011-02-15
1
-6
/
+19
*
Rename max_predicate_locks_per_transaction.
Robert Haas
2011-02-15
3
-8
/
+8
*
Avoid a few more SET DATA TYPE table rewrites.
Robert Haas
2011-02-14
1
-4
/
+16
*
Delete stray word from comment.
Robert Haas
2011-02-14
1
-1
/
+1
*
PITR can stop at a named restore point when recovery target = time
Simon Riggs
2011-02-15
1
-10
/
+20
*
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-14
2
-22
/
+401
*
Support replacing MODULE_PATHNAME during extension script file execution.
Tom Lane
2011-02-13
1
-0
/
+18
*
Change the naming convention for extension files to use double dashes.
Tom Lane
2011-02-13
1
-26
/
+98
*
Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.
Tom Lane
2011-02-12
1
-139
/
+243
*
Properly handle Win32 paths of 'E:abc', which can be either absolute or
Bruce Momjian
2011-02-12
1
-20
/
+19
[next]