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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
13
-20
/
+34
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
3
-27
/
+5
*
Introduce vacuum errcontext to display additional information.
Amit Kapila
2020-03-30
2
-25
/
+216
*
Cosmetic improvements in ltree code.
Tom Lane
2020-03-29
2
-15
/
+45
*
Doc: correct misstatement about ltree label maximum length.
Tom Lane
2020-03-29
1
-2
/
+2
*
Document color support
Peter Eisentraut
2020-03-29
3
-0
/
+103
*
pg_regress: Observe TMPDIR
Peter Eisentraut
2020-03-29
1
-1
/
+2
*
Update SQL features
Peter Eisentraut
2020-03-29
1
-1
/
+1
*
Attempt to fix unstable regression tests
David Rowley
2020-03-29
4
-15
/
+14
*
Make deduplication use number of key attributes.
Peter Geoghegan
2020-03-28
1
-5
/
+5
*
Fix lquery's behavior for consecutive '*' items.
Tom Lane
2020-03-28
4
-46
/
+123
*
Protect against overflow of ltree.numlevel and lquery.numlevel.
Tom Lane
2020-03-28
6
-21
/
+104
*
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-28
1
-4
/
+4
*
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
2
-16
/
+16
*
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-03-28
3
-49
/
+600
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
11
-25
/
+50
*
Prevent functional dependency estimates from exceeding column estimates.
Dean Rasheed
2020-03-28
3
-109
/
+266
*
Cleanup in SQL features files
Peter Eisentraut
2020-03-28
1
-1
/
+0
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
18
-12
/
+230
*
Justify nbtree page split locking in code comment.
Peter Geoghegan
2020-03-27
1
-2
/
+11
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
10
-68
/
+179
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
8
-50
/
+63
*
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-27
3
-26
/
+42
*
Update SQL features
Peter Eisentraut
2020-03-27
1
-1
/
+1
*
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
12
-74
/
+627
*
Ensure that plpgsql cleans up cleanly during parallel-worker exit.
Tom Lane
2020-03-26
2
-7
/
+37
*
Document that pg_checksums exists in checksums README
Magnus Hagander
2020-03-26
1
-1
/
+2
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
1
-0
/
+10
*
Further fixes for ssl_passphrase_callback test module.
Tom Lane
2020-03-25
1
-7
/
+3
*
Don't listen to localhost in ssl_passphrase_callback test
Andrew Dunstan
2020-03-25
1
-1
/
+0
*
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
4
-4
/
+8
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
11
-31
/
+292
*
pg_dump new test: Change order of arguments
Alvaro Herrera
2020-03-25
1
-2
/
+2
*
pg_dump: Allow dumping data of specific foreign servers
Alvaro Herrera
2020-03-25
5
-6
/
+185
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
14
-74
/
+108
*
Define EXEC_BACKEND in pg_config_manual.h
Peter Eisentraut
2020-03-25
4
-3
/
+16
*
Update SQL features
Peter Eisentraut
2020-03-25
1
-1
/
+1
*
Add collation versions for Windows.
Thomas Munro
2020-03-25
1
-0
/
+27
*
Allow NULL version for individual collations.
Thomas Munro
2020-03-25
1
-4
/
+17
*
Consider disk-based hash aggregation to implement DISTINCT.
Jeff Davis
2020-03-24
1
-2
/
+2
*
Avoid allocating unnecessary zero-sized array.
Jeff Davis
2020-03-24
1
-7
/
+22
*
Fix nbtree deduplication README commentary.
Peter Geoghegan
2020-03-24
1
-21
/
+24
*
logical decoding: Remove TODO about unnecessary optimization.
Andres Freund
2020-03-24
1
-5
/
+0
*
Fix compiler warning on Cygwin
Peter Eisentraut
2020-03-24
1
-0
/
+2
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
14
-274
/
+108
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
4
-42
/
+49
*
Fix compiler warning
Peter Eisentraut
2020-03-24
1
-2
/
+1
*
Doc: fix broken markup.
Tom Lane
2020-03-24
1
-1
/
+3
*
Some refactoring of logical/worker.c
Peter Eisentraut
2020-03-24
1
-59
/
+115
*
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
7
-3702
/
+3727
[next]