projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-08-08
Tom Lane
Doc: remove bogus <indexterm> items.
commit
|
commitdiff
|
tree
2021-08-08
Peter Eisentraut
Check the size in COPY_POINTER_FIELD
commit
|
commitdiff
|
tree
2021-08-08
Peter Eisentraut
Change NestPath node to contain JoinPath node
commit
|
commitdiff
|
tree
2021-08-08
Peter Eisentraut
Change SeqScan node to contain Scan node
commit
|
commitdiff
|
tree
2021-08-08
Tom Lane
Rethink regexp engine's backref-related compilation...
commit
|
commitdiff
|
tree
2021-08-08
David Rowley
Remove unused function declaration
commit
|
commitdiff
|
tree
2021-08-08
Tom Lane
Make regexp engine's backref-related compilation state...
commit
|
commitdiff
|
tree
2021-08-08
Tom Lane
Fix use-after-free issue in regexp engine.
commit
|
commitdiff
|
tree
2021-08-08
Andres Freund
Move temporary file cleanup to before_shmem_exit().
commit
|
commitdiff
|
tree
2021-08-07
Peter Eisentraut
Remove T_MemoryContext
commit
|
commitdiff
|
tree
2021-08-07
Peter Eisentraut
pg_amcheck: Message style improvements
commit
|
commitdiff
|
tree
2021-08-07
Tom Lane
Really fix the ambiguity in REFRESH MATERIALIZED VIEW...
commit
|
commitdiff
|
tree
2021-08-07
Peter Eisentraut
pg_amcheck: Add missing translation markers
commit
|
commitdiff
|
tree
2021-08-07
Peter Eisentraut
Message style improvements
commit
|
commitdiff
|
tree
2021-08-07
Andres Freund
pgstat: Schedule per-backend pgstat shutdown via before...
commit
|
commitdiff
|
tree
2021-08-07
Andres Freund
Schedule ShutdownXLOG() in single user mode using befor...
commit
|
commitdiff
|
tree
2021-08-07
Andres Freund
Make parallel worker shutdown complete entirely via...
commit
|
commitdiff
|
tree
2021-08-07
Andres Freund
pgstat: Bring up pgstat in BaseInit() to fix uninitiali...
commit
|
commitdiff
|
tree
2021-08-06
Tom Lane
Don't elide casting to typmod -1.
commit
|
commitdiff
|
tree
2021-08-06
Dean Rasheed
Adjust the integer overflow tests in the numeric code.
commit
|
commitdiff
|
tree
2021-08-06
Peter Eisentraut
Add missing message punctuation
commit
|
commitdiff
|
tree
2021-08-06
Peter Eisentraut
Fix wording
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Always call Init[Auxiliary]Process...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
Call pgwin32_signal_initialize() in postmaster as well.
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Centralize pgwin32_signal_initialize...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Remove bootstrap / checker modes from...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Move AuxiliaryProcessMain into its...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: auxprocess: reindent block
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Separate out BootstrapModeMain from...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
process startup: Rename postmaster's --forkboot to...
commit
|
commitdiff
|
tree
2021-08-05
Etsuro Fujita
postgres_fdw: Fix issues with generated columns in...
commit
|
commitdiff
|
tree
2021-08-05
Fujii Masao
Remove unused argument "txn" in maybe_send_schema().
commit
|
commitdiff
|
tree
2021-08-05
Dean Rasheed
Fix division-by-zero error in to_char() with 'EEEE...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
pgbench: When using pipelining only do PQconsumeInput...
commit
|
commitdiff
|
tree
2021-08-05
Andres Freund
pgstat: split reporting/fetching of bgwriter and checkp...
commit
|
commitdiff
|
tree
2021-08-04
Peter Geoghegan
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
commit
|
commitdiff
|
tree
2021-08-04
Amit Kapila
Add prepare API support for streaming transactions...
commit
|
commitdiff
|
tree
2021-08-03
Tom Lane
Add assorted new regexp_xxx SQL functions.
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
C comment: correct heading of extension query
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
interval: round values when spilling to months
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
pg_upgrade: warn about extensions that need updating
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
pg_upgrade: improve docs about extension upgrades
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
doc: mention inheritance's tableoid can be used in...
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
doc: add example of using pg_dump with GNU split and...
commit
|
commitdiff
|
tree
2021-08-03
Thomas Munro
Further simplify a bit of logic in StartupXLOG().
commit
|
commitdiff
|
tree
2021-08-03
David Rowley
Allow ordered partition scans in more cases
commit
|
commitdiff
|
tree
2021-08-02
David Rowley
Track a Bitmapset of non-pruned partitions in RelOptInfo
commit
|
commitdiff
|
tree
2021-08-02
Tom Lane
Doc: minor improvements for logical replication protoco...
commit
|
commitdiff
|
tree
2021-08-02
Thomas Munro
Run checkpointer and bgwriter in crash recovery.
commit
|
commitdiff
|
tree
2021-08-02
Andres Freund
Remove misplaced comment from AuxiliaryProcessMain().
commit
|
commitdiff
|
tree
2021-08-02
Etsuro Fujita
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a3...
commit
|
commitdiff
|
tree
2021-08-02
Amit Kapila
Fix test failure in 021_twophase.pl.
commit
|
commitdiff
|
tree
2021-08-01
Andrew Dunstan
Silence perl warning about uninitialized value
commit
|
commitdiff
|
tree
2021-07-31
Tom Lane
Doc: alphabetize the regexp_foo() function descriptions...
commit
|
commitdiff
|
tree
2021-07-31
Tom Lane
Use elog, not Assert, to report failure to provide...
commit
|
commitdiff
|
tree
2021-07-31
John Naylor
Remove redundant setting of pg_attribute.attcompression
commit
|
commitdiff
|
tree
2021-07-31
Dean Rasheed
Fix corner-case errors and loss of precision in numeric...
commit
|
commitdiff
|
tree
2021-07-31
Heikki Linnakangas
Move InRecovery and standbyState global vars to xloguti...
commit
|
commitdiff
|
tree
2021-07-31
Heikki Linnakangas
Extract code to describe recovery stop reason to a...
commit
|
commitdiff
|
tree
2021-07-31
Heikki Linnakangas
Remove unnecessary 'restoredFromArchive' global variable.
commit
|
commitdiff
|
tree
2021-07-31
Heikki Linnakangas
Don't use O_SYNC or similar when opening signal file...
commit
|
commitdiff
|
tree
2021-07-31
Michael Paquier
Enable TAP tests of pg_receivewal for ZLIB on Windows...
commit
|
commitdiff
|
tree
2021-07-30
Jeff Davis
Improve documentation for START_REPLICATION ... LOGICAL.
commit
|
commitdiff
|
tree
2021-07-30
John Naylor
Fix range check in ECPG numeric to int conversion
commit
|
commitdiff
|
tree
2021-07-30
Tom Lane
Doc: add a glossary entry for "domain".
commit
|
commitdiff
|
tree
2021-07-30
Tom Lane
In postgres_fdw, allow CASE expressions to be pushed...
commit
|
commitdiff
|
tree
2021-07-30
Robert Haas
Remove unnecessary call to ReadCheckpointRecord().
commit
|
commitdiff
|
tree
2021-07-30
Michael Paquier
Use --no-loop for new calls of pg_receivewal --endpos...
commit
|
commitdiff
|
tree
2021-07-30
Heikki Linnakangas
Update obsolete comment that still referred to Checkpoi...
commit
|
commitdiff
|
tree
2021-07-30
Etsuro Fujita
postgres_fdw: Fix handling of pending asynchronous...
commit
|
commitdiff
|
tree
2021-07-30
Amit Kapila
Remove unused argument in apply_handle_commit_internal().
commit
|
commitdiff
|
tree
2021-07-29
Alvaro Herrera
Close yet another race condition in replication slot...
commit
|
commitdiff
|
tree
2021-07-29
Daniel Gustafsson
docs: Fix bit_count example output
commit
|
commitdiff
|
tree
2021-07-29
Tom Lane
Improve libpq's handling of OOM during error message...
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Avoid calling TestLib::perl2host on a symlinked directory
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Make TestLib::perl2host more consistent and robust
commit
|
commitdiff
|
tree
2021-07-29
Amit Kapila
Refactor to make common functions in proto.c and worker.c.
commit
|
commitdiff
|
tree
2021-07-29
Daniel Gustafsson
Remove unused directory from test/ssl .gitignore
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Add a getter function for a PostgresNode install_path
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Add PostgresVersion.pm method to emit the major version...
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Remove the last vestiges of Exporter from PostgresNode
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Unify PostgresNode's new() and get_new_node() methods
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Add adjust_conf method to PostgresNode
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Add -w back to the flags for pg_ctl (re)start in Postgr...
commit
|
commitdiff
|
tree
2021-07-29
Michael Paquier
Fix typo in tab-complete.c
commit
|
commitdiff
|
tree
2021-07-29
Michael Paquier
Add some missing exit() calls in error paths for variou...
commit
|
commitdiff
|
tree
2021-07-29
Michael Paquier
Add missing exit() in pg_verifybackup when failing...
commit
|
commitdiff
|
tree
2021-07-29
David Rowley
Adjust MSVC build scripts to parse Makefiles for defines
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Don't duplicate references and libraries in MSVC scripts
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Make the includes field an array in MSVC build scripts
commit
|
commitdiff
|
tree
2021-07-28
Fujii Masao
Update minimum recovery point on truncation during...
commit
|
commitdiff
|
tree
2021-07-28
John Naylor
Disallow negative strides in date_bin()
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Use the AddFile function consistently in MSVC build...
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Doc: Clarify lock levels taken during ATTACH PARTITION
commit
|
commitdiff
|
tree
2021-07-28
Michael Paquier
Clarify some comments making use of leetspeak term...
commit
|
commitdiff
|
tree
2021-07-28
Michael Paquier
Add support for SET ACCESS METHOD in ALTER TABLE
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Remove seemingly unneeded include directory in MSVC...
commit
|
commitdiff
|
tree
2021-07-27
Alvaro Herrera
Set pg_setting.pending_restart when pertinent config...
commit
|
commitdiff
|
tree
2021-07-27
Tom Lane
Fix bugs in polymorphic-argument resolution for multira...
commit
|
commitdiff
|
tree
2021-07-27
Tom Lane
Stabilize output of new regression test.
commit
|
commitdiff
|
tree
next