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
...
*
Add a \getenv command to psql.
Tom Lane
2021-12-20
3
-0
/
+65
*
Add fast path for validating UTF-8 text
John Naylor
2021-12-20
4
-0
/
+570
*
pg_dump: Refactor getIndexes()
Peter Eisentraut
2021-12-20
1
-75
/
+44
*
doc: More documentation on regular expressions and SQL standard
Peter Eisentraut
2021-12-20
1
-5
/
+5
*
Remove some more dead code in pg_dump.
Tom Lane
2021-12-19
2
-119
/
+25
*
Fix typo in TAP tests of pg_receivewal
Michael Paquier
2021-12-18
1
-1
/
+1
*
Add option -N/--no-sync to pg_upgrade
Michael Paquier
2021-12-18
5
-8
/
+21
*
Fix the public schema's permissions in a separate test script.
Tom Lane
2021-12-17
5
-8
/
+12
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
7
-29
/
+19
*
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-16
3
-1
/
+61
*
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-16
5
-815
/
+261
*
Clean up some more freshly-dead code in pg_dump and pg_upgrade.
Tom Lane
2021-12-16
7
-192
/
+62
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
8
-64
/
+23
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
5
-7
/
+10
*
Remove pg_dump's --no-synchronized-snapshots switch.
Tom Lane
2021-12-15
2
-10
/
+2
*
pg_checksums: Fix data type
Peter Eisentraut
2021-12-15
1
-2
/
+2
*
Improve parallel vacuum implementation.
Amit Kapila
2021-12-15
2
-318
/
+288
*
Adjust behavior of some env settings for the TAP tests of MSVC
Michael Paquier
2021-12-15
1
-7
/
+7
*
Remove pg_upgrade support for upgrading from pre-9.2 servers.
Tom Lane
2021-12-14
8
-211
/
+42
*
Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.
Tom Lane
2021-12-14
4
-1747
/
+412
*
Improve sift up/down code in binaryheap.c and logtape.c.
Tom Lane
2021-12-14
2
-61
/
+63
*
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
1
-2
/
+2
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
1
-1
/
+0
*
Remove unimplemented/undocumented geometric functions & operators.
Tom Lane
2021-12-13
7
-175
/
+1
*
Implement poly_distance().
Tom Lane
2021-12-13
2
-11
/
+120
*
isolationtester: append session name to application_name.
Andres Freund
2021-12-13
3
-16
/
+37
*
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
Andres Freund
2021-12-13
2
-1
/
+13
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
4
-64
/
+22
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
5
-8
/
+8
*
Fix alignment in multirange_get_range() function
Alexander Korotkov
2021-12-13
5
-12
/
+23
*
Improve description of some WAL records with transaction commands
Michael Paquier
2021-12-13
1
-4
/
+28
*
Create a new type category for "internal use" types.
Tom Lane
2021-12-11
4
-10
/
+11
*
Move test for BRIN HOT behavior to stats.sql
Tomas Vondra
2021-12-11
4
-97
/
+103
*
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-10
7
-209
/
+171
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
4
-6
/
+6
*
Fix double publish of child table's data.
Amit Kapila
2021-12-09
4
-31
/
+40
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
9
-96
/
+108
*
Revert "Check that we have a working tar before trying to use it"
Andrew Dunstan
2021-12-08
1
-2
/
+4
*
Check that we have a working tar before trying to use it
Andrew Dunstan
2021-12-08
1
-1
/
+2
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
18
-65
/
+493
*
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-12-08
1
-1
/
+1
*
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-12-08
5
-0
/
+68
*
De-duplicate the result of pg_publication_tables view.
Amit Kapila
2021-12-08
3
-0
/
+16
*
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
2021-12-08
3
-42
/
+35
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
4
-6
/
+905
*
Enable settings used in TAP tests for MSVC builds
Andrew Dunstan
2021-12-07
1
-0
/
+15
*
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-07
1
-1
/
+3
*
Update snowball
Peter Eisentraut
2021-12-07
97
-3181
/
+2961
*
Account for TOAST data while scheduling parallel dumps.
Tom Lane
2021-12-06
2
-9
/
+27
*
Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.
Tom Lane
2021-12-06
2
-366
/
+532
[prev]
[next]