index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-20
Fix typalign in rangetypes statistics
Alexander Korotkov
2020-12-20
Doc: fix description of how to use src/tutorial files.
Tom Lane
2020-12-20
Doc: improve description of pgbench script weights.
Tom Lane
2020-12-20
Avoid memcpy() with same source and destination in pgstat_recv_replslot.
Tom Lane
2020-12-20
Fix compiler warning introduced in 6df7a9698b
Alexander Korotkov
2020-12-20
Fixes for pg_dump.c regarding multiranges
Alexander Korotkov
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-19
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Tom Lane
2020-12-19
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-18
Add a couple of missed .gitignore entries.
Tom Lane
2020-12-18
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
pg_stat_statements: Track time at which all statistics were last reset.
Fujii Masao
2020-12-17
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-16
Fix varchar_2.out to match reality in cs_CZ locale.
Tom Lane
2020-12-16
doc: Fix explanation related to pg_shmem_allocations
Michael Paquier
2020-12-16
doc: clarify COPY TO for partitioning/inheritance
Bruce Momjian
2020-12-15
Remove obsolete btrescan() comment.
Peter Geoghegan
2020-12-15
Remove useless variable stores
Alvaro Herrera
2020-12-15
Error out when Gather Merge input is not sorted
Tomas Vondra
2020-12-15
Clean up ancient test style
Peter Eisentraut
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
Improve some code around cryptohash functions
Michael Paquier
2020-12-14
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-13
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-11
Allow subscripting of hstore values.
Tom Lane
2020-12-11
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-11
pg_dump: Don't use enums for defining bit mask values
Peter Eisentraut
2020-12-10
Fix compilation of uuid-ossp
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
Simplify code for getting a unicode codepoint's canonical class.
Michael Paquier
2020-12-09
jit: Reference function pointer types via llvmjit_types.c.
Andres Freund
2020-12-08
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
Remove operator_precedence_warning.
Tom Lane
2020-12-08
Improve estimation of ANDs under ORs using extended statistics.
Dean Rasheed
2020-12-08
Improve estimation of OR clauses using multiple extended statistics.
Dean Rasheed
2020-12-08
Doc: clarify that CREATE TABLE discards redundant unique constraints.
Tom Lane
2020-12-08
Doc: explain that the string types can't store \0 (ASCII NUL).
Tom Lane
2020-12-08
Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.
Fujii Masao
2020-12-08
Bump catversion for pg_stat_wal changes.
Fujii Masao
2020-12-08
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-08
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-08
jit: configure: Explicitly reference 'native' component.
Andres Freund
[next]