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
*
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
1
-3
/
+3
*
Fix object identities for text search objects
Alvaro Herrera
2014-04-16
1
-16
/
+29
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
2
-2
/
+2
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
1
-0
/
+71
*
Try to fix spurious DSM failures on Windows.
Robert Haas
2014-04-16
1
-10
/
+18
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
5
-12
/
+12
*
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-16
1
-2
/
+2
*
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
3
-31
/
+61
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
1
-5
/
+13
*
Remove dead checks for invalid left page in ginDeletePage.
Heikki Linnakangas
2014-04-14
1
-24
/
+12
*
GIN entry pages follow the standard page layout - tell XLogInsert.
Heikki Linnakangas
2014-04-14
1
-2
/
+2
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
3
-32
/
+125
*
Make a dedicated AlterTblSpcStmt production
Stephen Frost
2014-04-13
1
-115
/
+124
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
1
-4
/
+105
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
12
-44
/
+602
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
3
-76
/
+438
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
6
-129
/
+903
*
Fix bugs in GIN "fast scan" with partial match.
Heikki Linnakangas
2014-04-10
1
-23
/
+32
*
C comment: track_activity_query_size doesn't support memory units
Bruce Momjian
2014-04-10
1
-0
/
+1
*
Fix typo in comment.
Heikki Linnakangas
2014-04-10
1
-1
/
+1
*
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-10
1
-6
/
+6
*
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
2
-8
/
+8
*
Add missing include.
Robert Haas
2014-04-09
1
-0
/
+1
*
Fix silly oversight in patch to remove dsm state file.
Robert Haas
2014-04-08
1
-1
/
+1
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
4
-55
/
+886
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
4
-164
/
+60
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
4
-11
/
+138
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
1
-1
/
+0
*
Zero padding byte at end of GIN posting list.
Heikki Linnakangas
2014-04-07
1
-0
/
+13
*
Remove 'make clean' support for ipc_test.
Robert Haas
2014-04-07
1
-1
/
+1
*
Assert that strong-lock count is >0 everywhere it's decremented.
Robert Haas
2014-04-07
1
-0
/
+2
*
Remove ipc_test.
Robert Haas
2014-04-07
2
-338
/
+0
*
Fix WAL replay bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-07
1
-3
/
+10
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
7
-99
/
+255
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
1
-30
/
+30
*
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-05
1
-15
/
+20
*
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-04-05
1
-0
/
+20
*
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-04-04
1
-8
/
+25
*
Allow "-C variable" and "--describe-config" even to root users.
Tom Lane
2014-04-04
1
-3
/
+23
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
1
-71
/
+0
*
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-04-04
1
-2
/
+12
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
1
-1
/
+1
*
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
1
-15
/
+15
*
In checkpoint, move the check for in-progress xacts out of critical section.
Heikki Linnakangas
2014-04-04
1
-36
/
+36
*
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
1
-0
/
+24
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
4
-57
/
+49
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
3
-23
/
+36
*
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-03
2
-23
/
+23
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
3
-9
/
+23
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
3
-22
/
+59
[next]