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
path:
root
/
src
/
test
/
modules
Age
Commit message (
Expand
)
Author
2021-08-24
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-17
Reduce assumptions about locale's behavior in new regex tests.
Tom Lane
2021-08-17
Improve regex compiler's arc moving/copying logic.
Tom Lane
2021-08-09
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-08
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-01
Silence perl warning about uninitialized value
Andrew Dunstan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-09
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-06-29
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
Dump public schema ownership and security labels.
Noah Misch
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-11
Add 'Portal Close' message to pipelined PQsendQuery()
Alvaro Herrera
2021-06-11
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-02
Add Windows file version information to libpq_pipeline.exe.
Noah Misch
2021-05-27
Fix vpath build in libpq_pipeline test
Peter Eisentraut
2021-05-27
Add NO_INSTALL option to pgxs
Peter Eisentraut
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-04-15
Tweak behavior of pg_dump --extension with configuration tables
Michael Paquier
2021-04-13
Remove duplicated --no-sync switches in new tests of test_pg_dump
Michael Paquier
2021-04-09
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-06
Fix compiler warning for MSVC in libpq_pipeline.c
David Rowley
2021-04-05
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-04
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-01
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
libpq_pipeline: Must strdup(optarg) to avoid crash
Alvaro Herrera
2021-03-31
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
Disable force_parallel_mode in libpq_pipeline
Alvaro Herrera
2021-03-31
Suppress compiler warning in libpq_pipeline.c.
Tom Lane
2021-03-31
Fix some libpq_pipeline test problems
Alvaro Herrera
2021-03-31
Add support for --extension in pg_dump
Michael Paquier
2021-03-30
libpq_pipeline: add PQtrace() support and tests
Alvaro Herrera
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-21
Suppress various new compiler warnings.
Tom Lane
2021-03-16
(Blind) fix Perl splitting of strings at newlines
Alvaro Herrera
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-02
Fix semantics of regular expression back-references.
Tom Lane
2021-02-25
Change regex \D and \W shorthands to always match newlines.
Tom Lane
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-19
Fix another ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-02-17
Make some minor improvements in the regex code.
Tom Lane
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-17
Add missing array-enlargement logic to test_regex.c.
Tom Lane
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
[next]