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
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
7
-74
/
+9
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
8
-107
/
+314
*
Improve error reporting in code that checks for buffer refcount leaks.
Tom Lane
2013-03-15
2
-9
/
+37
*
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
1
-80
/
+315
*
Avoid inserting no-op Limit plan nodes.
Tom Lane
2013-03-14
1
-1
/
+56
*
Revert unnecessary change in MV call to checkRuleResultList().
Kevin Grittner
2013-03-14
1
-2
/
+1
*
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
3
-9
/
+53
*
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-14
1
-19
/
+62
*
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
2
-9
/
+657
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
3
-47
/
+62
*
Fix thinko in matview patch.
Tom Lane
2013-03-11
1
-9
/
+9
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
1
-20
/
+297
*
Support writable foreign tables.
Tom Lane
2013-03-10
12
-58
/
+302
*
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-10
2
-48
/
+80
*
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
2
-57
/
+199
*
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-03-07
2
-73
/
+253
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
2
-10
/
+4
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
6
-6
/
+60
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
28
-116
/
+103
*
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-06
1
-1
/
+7
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
1
-54
/
+116
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
1
-2
/
+3
*
Remove accidentally-committed .orig file.
Kevin Grittner
2013-03-04
1
-945
/
+0
*
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-03
1
-0
/
+6
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
48
-210
/
+2206
*
Get rid of any toast table when converting a table to a view.
Tom Lane
2013-03-03
2
-19
/
+90
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
2
-12
/
+97
*
Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
Heikki Linnakangas
2013-02-27
1
-10
/
+16
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
5
-74
/
+279
*
Add missing error check in regexp parser.
Tom Lane
2013-02-27
1
-0
/
+2
*
Correct tense in log message
Peter Eisentraut
2013-02-23
1
-1
/
+1
*
Add quotes to messages
Peter Eisentraut
2013-02-22
1
-3
/
+3
*
Fix thinko in previous commit.
Heikki Linnakangas
2013-02-22
1
-0
/
+9
*
If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.
Heikki Linnakangas
2013-02-22
1
-78
/
+179
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
14
-142
/
+18
*
Remove useless variable
Alvaro Herrera
2013-02-21
1
-4
/
+7
*
Add postgres_fdw contrib module.
Tom Lane
2013-02-21
1
-2
/
+6
*
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-20
1
-1
/
+1
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
2
-237
/
+587
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
4
-33
/
+67
*
Better fix for "unarchived WAL files get deleted on crash recovery" bug.
Heikki Linnakangas
2013-02-15
1
-29
/
+1
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
2
-1
/
+78
*
Don't delete unarchived WAL files during crash recovery.
Heikki Linnakangas
2013-02-15
1
-1
/
+29
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
1
-1
/
+9
*
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
1
-5
/
+0
*
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-13
1
-38
/
+22
*
Update visibility map in the second phase of vacuum.
Heikki Linnakangas
2013-02-13
1
-4
/
+129
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
2
-47
/
+42
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
1
-1
/
+1
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
6
-27
/
+111
[next]