projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2022-01-30
Michael Paquier
Introduce pg_settings_get_flags() to find flags associa...
commit
|
commitdiff
|
tree
2022-01-30
Tom Lane
psql: improve tab-complete's handling of variant SQL...
commit
|
commitdiff
|
tree
2022-01-30
Alvaro Herrera
Remove xloginsert.h from xlog.h
commit
|
commitdiff
|
tree
2022-01-29
Tom Lane
Fix failure to validate the result of select_common_type().
commit
|
commitdiff
|
tree
2022-01-29
Michael Paquier
Fix comments about bgworker registration before MaxBack...
commit
|
commitdiff
|
tree
2022-01-29
Peter Geoghegan
vacuumlazy.c: Rename state field for consistency.
commit
|
commitdiff
|
tree
2022-01-29
Michael Paquier
Fix incorrect memory context switch in COPY TO execution
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Add bbstreamer_gzip.c to Mkvcbuild.pm.
commit
|
commitdiff
|
tree
2022-01-28
Alvaro Herrera
Tab-complete ALTER PUBLICATION ADD TABLE with list...
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Remove superfluous variable.
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Move the code to archive files via the shell to a separ...
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Adjust server-side backup to depend on pg_write_server_...
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
pg_basebackup: Cleaner handling when compression is...
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Fix mistakes in commit d45099425eb19e420433c9d81d354fe5...
commit
|
commitdiff
|
tree
2022-01-28
Robert Haas
Allow server-side compression to be used with -Fp.
commit
|
commitdiff
|
tree
2022-01-28
Peter Eisentraut
Add HEADER support to COPY text format
commit
|
commitdiff
|
tree
2022-01-28
Peter Eisentraut
Add some const decorations
commit
|
commitdiff
|
tree
2022-01-28
Peter Eisentraut
doc: Update ALTER COLLATION wording
commit
|
commitdiff
|
tree
2022-01-28
Etsuro Fujita
Fix typo in comment.
commit
|
commitdiff
|
tree
2022-01-28
Fujii Masao
Prevent memory context logging from sending log message...
commit
|
commitdiff
|
tree
2022-01-27
Andres Freund
Specify --host in 027_stream_regress.pl's pg_regress...
commit
|
commitdiff
|
tree
2022-01-27
Robert Haas
Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.
commit
|
commitdiff
|
tree
2022-01-27
Robert Haas
pg_basebackup: Add a dummy return to bbsink_gzip_new().
commit
|
commitdiff
|
tree
2022-01-27
Tomas Vondra
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
commit
|
commitdiff
|
tree
2022-01-27
Peter Eisentraut
Remove some trailing whitespace in documentation files
commit
|
commitdiff
|
tree
2022-01-27
Robert Haas
pg_basebackup: Fix a couple of recently-introduced...
commit
|
commitdiff
|
tree
2022-01-27
Andrew Dunstan
Improve msys2 detection for TAP tests
commit
|
commitdiff
|
tree
2022-01-27
Peter Eisentraut
psql: Add tab completion for ALTER COLLATION / REFRESH...
commit
|
commitdiff
|
tree
2022-01-27
Peter Eisentraut
Change collate and ctype fields to type text
commit
|
commitdiff
|
tree
2022-01-27
Etsuro Fujita
postgres_fdw: Fix handling of a pending asynchronous...
commit
|
commitdiff
|
tree
2022-01-27
Noah Misch
On sparc64+ext4, suppress test failures from known...
commit
|
commitdiff
|
tree
2022-01-26
Magnus Hagander
Fix pg_hba_file_rules for authentication method cert
commit
|
commitdiff
|
tree
2022-01-25
Tom Lane
Replace use of deprecated Python module distutils.sysco...
commit
|
commitdiff
|
tree
2022-01-25
Tom Lane
Revert "Temporarily add some information about python...
commit
|
commitdiff
|
tree
2022-01-25
Robert Haas
Tidy up a few cosmetic issues related to pg_basebackup.
commit
|
commitdiff
|
tree
2022-01-25
David Rowley
Consider parallel awareness when removing single-child...
commit
|
commitdiff
|
tree
2022-01-25
Michael Paquier
Improve errors related to incorrect TLI on checkpoint...
commit
|
commitdiff
|
tree
2022-01-25
Michael Paquier
Fix various typos, grammar and code style in comments...
commit
|
commitdiff
|
tree
2022-01-24
Andrew Dunstan
Unbreak pg_verifybackup/t/008_untar.pl on msys
commit
|
commitdiff
|
tree
2022-01-24
Andrew Dunstan
Add tests of the CREATEROLE attribute
commit
|
commitdiff
|
tree
2022-01-24
Tom Lane
Fix limitations on what SQL commands can be issued...
commit
|
commitdiff
|
tree
2022-01-24
Robert Haas
Server-side gzip compression.
commit
|
commitdiff
|
tree
2022-01-24
Robert Haas
pg_upgrade: Preserve database OIDs.
commit
|
commitdiff
|
tree
2022-01-24
Andrew Dunstan
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
commit
|
commitdiff
|
tree
2022-01-24
Tom Lane
Remember to reset yy_start state when firing up repl_sc...
commit
|
commitdiff
|
tree
2022-01-24
Andres Freund
Temporarily add some information about python include...
commit
|
commitdiff
|
tree
2022-01-23
Andres Freund
pg_basebackup: Skip a few more fsyncs if --no-sync...
commit
|
commitdiff
|
tree
2022-01-23
Tom Lane
pg_dump: avoid useless query in binary_upgrade_set_type...
commit
|
commitdiff
|
tree
2022-01-23
Tom Lane
Clean up recent Coverity complaints.
commit
|
commitdiff
|
tree
2022-01-23
Tom Lane
Suppress variable-set-but-not-used warning from clang 13.
commit
|
commitdiff
|
tree
2022-01-23
Tomas Vondra
Correct type of front_pathkey to PathKey
commit
|
commitdiff
|
tree
2022-01-23
Tomas Vondra
Check syscache result in AlterStatistics
commit
|
commitdiff
|
tree
2022-01-22
Tom Lane
Remove useless inline marker.
commit
|
commitdiff
|
tree
2022-01-22
Tom Lane
Doc: add cross-references between array_to_string and...
commit
|
commitdiff
|
tree
2022-01-22
Tom Lane
Flush table's relcache during ALTER TABLE ADD PRIMARY...
commit
|
commitdiff
|
tree
2022-01-21
Tom Lane
Fix race condition in gettext() initialization in libpq...
commit
|
commitdiff
|
tree
2022-01-21
Andres Freund
fsync pg_logical/mappings in CheckPointLogicalRewriteHe...
commit
|
commitdiff
|
tree
2022-01-21
Etsuro Fujita
postgres_fdw: Fix subabort cleanup of connections used...
commit
|
commitdiff
|
tree
2022-01-21
Michael Paquier
Fix one-off bug causing missing commit timestamps for...
commit
|
commitdiff
|
tree
2022-01-21
Thomas Munro
Add new simple TAP test for tablespaces, attempt II.
commit
|
commitdiff
|
tree
2022-01-21
Michael Paquier
Extend the options of pg_basebackup to control compression
commit
|
commitdiff
|
tree
2022-01-20
Tom Lane
Revert "Make configure prefer python3 to plain python."
commit
|
commitdiff
|
tree
2022-01-20
Tom Lane
Tighten TAP tests' tracking of postmaster state some...
commit
|
commitdiff
|
tree
2022-01-20
Robert Haas
Support base backup targets.
commit
|
commitdiff
|
tree
2022-01-20
Andrew Dunstan
Allow clean.bat to be run from anywhere
commit
|
commitdiff
|
tree
2022-01-20
Robert Haas
Remove 'datlastsysoid'.
commit
|
commitdiff
|
tree
2022-01-20
Thomas Munro
Try to stabilize reloptions test, again.
commit
|
commitdiff
|
tree
2022-01-20
Peter Eisentraut
Call pg_newlocale_from_collation() also with default...
commit
|
commitdiff
|
tree
2022-01-20
Michael Paquier
doc: Mention the level of locks taken on objects in...
commit
|
commitdiff
|
tree
2022-01-19
Jeff Davis
Make logical decoding a part of the rmgr.
commit
|
commitdiff
|
tree
2022-01-19
Tom Lane
interval_out() must be marked STABLE, not IMMUTABLE.
commit
|
commitdiff
|
tree
2022-01-19
Tom Lane
TAP tests: check for postpid anyway when "pg_ctl start...
commit
|
commitdiff
|
tree
2022-01-19
Tom Lane
Make configure prefer python3 to plain python.
commit
|
commitdiff
|
tree
2022-01-19
Tom Lane
Don't enable fsync in src/test/recovery/t/008_fsm_trunc...
commit
|
commitdiff
|
tree
2022-01-19
Tom Lane
Remove redundant memory context switches in BeginCopyFr...
commit
|
commitdiff
|
tree
2022-01-19
Daniel Gustafsson
Dynamically find correct installation docs in Makefile.
commit
|
commitdiff
|
tree
2022-01-19
Robert Haas
Fix alignment problem with bbsink_copystream buffer.
commit
|
commitdiff
|
tree
2022-01-19
Michael Paquier
doc: Fix description of pg_replication_origin_oid(...
commit
|
commitdiff
|
tree
2022-01-18
Tom Lane
Make PQcancel use the PGconn's tcp_user_timeout and...
commit
|
commitdiff
|
tree
2022-01-18
Robert Haas
Modify pg_basebackup to use a new COPY subprotocol...
commit
|
commitdiff
|
tree
2022-01-18
Thomas Munro
Try to stabilize the reloptions test.
commit
|
commitdiff
|
tree
2022-01-18
Peter Eisentraut
Revert "Replace use of deprecated Python module distuti...
commit
|
commitdiff
|
tree
2022-01-18
Peter Eisentraut
Fix thinko in psql test
commit
|
commitdiff
|
tree
2022-01-18
Peter Eisentraut
Replace use of deprecated Python module distutils.sysconfig
commit
|
commitdiff
|
tree
2022-01-18
John Naylor
Improve code clarity in epilogue of UTF-8 verification...
commit
|
commitdiff
|
tree
2022-01-18
Tom Lane
Fix psql \d's query for identifying parent triggers.
commit
|
commitdiff
|
tree
2022-01-17
Andres Freund
tests: Consistently use pg_basebackup -cfast --no-sync...
commit
|
commitdiff
|
tree
2022-01-17
Andres Freund
heap pruning: Only call BufferGetBlockNumber() once.
commit
|
commitdiff
|
tree
2022-01-17
Thomas Munro
Move 027_stream_regress.pl's output to tmp_check.
commit
|
commitdiff
|
tree
2022-01-17
Robert Haas
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
commit
|
commitdiff
|
tree
2022-01-17
Tom Lane
Avoid calling gettext() in signal handlers.
commit
|
commitdiff
|
tree
2022-01-17
Tom Lane
Avoid calling strerror[_r] in PQcancel().
commit
|
commitdiff
|
tree
2022-01-17
Peter Eisentraut
Fix for new Boolean node
commit
|
commitdiff
|
tree
2022-01-17
Peter Eisentraut
Add Boolean node
commit
|
commitdiff
|
tree
2022-01-17
Michael Paquier
Fix typo in pg_dumpall.c
commit
|
commitdiff
|
tree
2022-01-17
Michael Paquier
Add support for --no-table-access-method in pg_{dump...
commit
|
commitdiff
|
tree
2022-01-17
Thomas Munro
Test replay of regression tests, attempt II.
commit
|
commitdiff
|
tree
2022-01-17
Amit Kapila
Consistently use the function name CreateCheckPoint...
commit
|
commitdiff
|
tree
2022-01-17
Michael Paquier
Introduce log_destination=jsonlog
commit
|
commitdiff
|
tree
2022-01-16
Tom Lane
Teach hash_ok_operator() that record_eq is only sometim...
commit
|
commitdiff
|
tree
next