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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
7
-85
/
+226
*
Clean up roles from roleattributes test
Stephen Frost
2015-08-21
2
-7
/
+32
*
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
1
-8
/
+7
*
Remove ExecGetScanType function
Alvaro Herrera
2015-08-21
2
-13
/
+0
*
Fix plpython crash when returning string representation of a RECORD result.
Tom Lane
2015-08-21
3
-2
/
+259
*
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-21
1
-22
/
+17
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
5
-15
/
+15
*
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-21
5
-2
/
+324
*
Fix bug in calculations of hash join buckets.
Kevin Grittner
2015-08-19
1
-1
/
+1
*
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-18
4
-32
/
+33
*
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Robert Haas
2015-08-18
1
-0
/
+1
*
Fix performance bug from conflict between two previous improvements.
Tom Lane
2015-08-17
1
-8
/
+30
*
Fix reporting of skipped transactions in pgbench.
Heikki Linnakangas
2015-08-17
1
-5
/
+8
*
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
4
-28
/
+71
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
9
-9
/
+9
*
Correct type of waitMode variable in ExecInsertIndexTuples().
Andres Freund
2015-08-15
1
-1
/
+1
*
vacuumdb: Don't assign negative values to a boolean.
Andres Freund
2015-08-15
1
-4
/
+4
*
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-15
1
-2
/
+2
*
Use the correct type for TableInfo->relreplident.
Andres Freund
2015-08-15
1
-1
/
+1
*
Remove unused expected-output file.
Robert Haas
2015-08-14
1
-41
/
+0
*
Reject isolation test specifications with duplicate step names.
Robert Haas
2015-08-14
4
-398
/
+417
*
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-14
1
-1
/
+1
*
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-14
1
-7
/
+17
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
5
-43
/
+215
*
PL/Python: Make tests pass with Python 3.5
Peter Eisentraut
2015-08-13
6
-16
/
+445
*
MSVC: Exclude 'brin' contrib module
Alvaro Herrera
2015-08-13
1
-1
/
+1
*
Re-add BRIN isolation test
Alvaro Herrera
2015-08-13
5
-0
/
+117
*
Improve regression test case to avoid depending on system catalog stats.
Tom Lane
2015-08-13
2
-64
/
+22
*
Run autoheader to add a few missing #defines to pg_config.h.in.
Heikki Linnakangas
2015-08-13
1
-0
/
+10
*
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
2
-2
/
+2
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
1
-3
/
+10
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
3
-5
/
+89
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
4
-22
/
+258
*
Remove duplicated assignment in pg_create_physical_replication_slot.
Andres Freund
2015-08-12
1
-1
/
+0
*
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-08-12
1
-1
/
+3
*
Fix two off-by-one errors in bufmgr.c.
Andres Freund
2015-08-12
1
-17
/
+19
*
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
2
-0
/
+6
*
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
10
-158
/
+293
*
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
2
-5
/
+2
*
More fixes to allow pg_rewind tests to run on Msys.
Andrew Dunstan
2015-08-11
2
-2
/
+5
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
7
-50
/
+101
*
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
4
-7
/
+10
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
2
-5
/
+2
*
Fix privilege dumping from servers too old to have that type of privilege.
Tom Lane
2015-08-10
1
-38
/
+47
*
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
1
-4
/
+4
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
3
-28
/
+79
*
Work around an apparent bug in the Msys DTK perl's regex engine.
Andrew Dunstan
2015-08-10
1
-1
/
+3
*
Temporarily(?) remove BRIN isolation test.
Tom Lane
2015-08-10
3
-84
/
+0
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
5
-6
/
+15
*
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
1
-1
/
+1
[prev]
[next]