projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2022-07-05
Michael Paquier
Simplify a bit the special rules generating unaccent...
commit
|
commitdiff
|
tree
2022-07-05
Peter Eisentraut
Add result_types column to pg_prepared_statements view
commit
|
commitdiff
|
tree
2022-07-05
Michael Paquier
Remove durable_rename_excl()
commit
|
commitdiff
|
tree
2022-07-05
Michael Paquier
Replace durable_rename_excl() by durable_rename(),...
commit
|
commitdiff
|
tree
2022-07-04
Peter Eisentraut
Refactor sending of RowDescription messages in replicat...
commit
|
commitdiff
|
tree
2022-07-04
Alvaro Herrera
Implement List support for TransactionId
commit
|
commitdiff
|
tree
2022-07-04
Michael Paquier
Prevent write operations on large objects in read-only...
commit
|
commitdiff
|
tree
2022-07-04
Peter Eisentraut
Fix for change timeline field of IDENTIFY_SYSTEM to...
commit
|
commitdiff
|
tree
2022-07-04
Peter Eisentraut
Change timeline field of IDENTIFY_SYSTEM to int8
commit
|
commitdiff
|
tree
2022-07-04
Peter Eisentraut
Fix attlen in RowDescription of BASE_BACKUP response
commit
|
commitdiff
|
tree
2022-07-04
Tom Lane
Use a short socket directory path in pg_upgrade testing.
commit
|
commitdiff
|
tree
2022-07-03
Andrew Dunstan
Remove %error-verbose directive from jsonpath parser
commit
|
commitdiff
|
tree
2022-07-03
Tom Lane
Allow makeaclitem() to accept multiple privilege names.
commit
|
commitdiff
|
tree
2022-07-03
Noah Misch
Add Windows file version information to libpq/test...
commit
|
commitdiff
|
tree
2022-07-03
Tom Lane
Simplify tab completion of extension versions, redux.
commit
|
commitdiff
|
tree
2022-07-03
Peter Eisentraut
Remove redundant null pointer checks before PQclear...
commit
|
commitdiff
|
tree
2022-07-03
Peter Eisentraut
Remove redundant null pointer checks before free()
commit
|
commitdiff
|
tree
2022-07-03
Peter Eisentraut
Remove redundant null pointer checks before pg_free()
commit
|
commitdiff
|
tree
2022-07-03
Noah Misch
Fix previous commit's ecpg_clocale for ppc Darwin.
commit
|
commitdiff
|
tree
2022-07-02
Noah Misch
ecpglib: call newlocale() once per process.
commit
|
commitdiff
|
tree
2022-07-02
Jeff Davis
Emit debug message when executing extension script.
commit
|
commitdiff
|
tree
2022-07-02
Peter Eisentraut
Reformat some node comments
commit
|
commitdiff
|
tree
2022-07-02
Thomas Munro
Default to dynamic_shared_memory_type=sysv on Solaris.
commit
|
commitdiff
|
tree
2022-07-02
Michael Paquier
Introduce pg_attribute_nonnull(...)
commit
|
commitdiff
|
tree
2022-07-02
Noah Misch
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEF...
commit
|
commitdiff
|
tree
2022-07-02
Noah Misch
Fix race condition in t/028_pitr_timelines.pl.
commit
|
commitdiff
|
tree
2022-07-01
Tom Lane
Remove no-longer-used parameter for create_groupingsets...
commit
|
commitdiff
|
tree
2022-07-01
Peter Eisentraut
Add missing GETTEXT_FLAGS entry
commit
|
commitdiff
|
tree
2022-07-01
Peter Eisentraut
Add construct_array_builtin, deconstruct_array_builtin
commit
|
commitdiff
|
tree
2022-07-01
Fujii Masao
doc: Add index entry for MERGE SQL command.
commit
|
commitdiff
|
tree
2022-07-01
John Naylor
Clarify that pg_dump takes ACCESS SHARE lock
commit
|
commitdiff
|
tree
2022-07-01
Thomas Munro
Harden dsm_impl.c against unexpected EEXIST.
commit
|
commitdiff
|
tree
2022-07-01
Michael Paquier
Fix code comments still referring to pg_start/stop_backup()
commit
|
commitdiff
|
tree
2022-07-01
Michael Paquier
Refactor the TAP test of auto_explain
commit
|
commitdiff
|
tree
2022-06-30
Peter Eisentraut
Change some unnecessary MemSet calls
commit
|
commitdiff
|
tree
2022-06-30
Peter Eisentraut
Avoid unnecessary MemSet call
commit
|
commitdiff
|
tree
2022-06-30
Tom Lane
Stamp HEAD as 16devel.
commit
|
commitdiff
|
tree
2022-06-30
Tom Lane
Add 82d0ffae3 to git-blame-ignore-revs.
commit
|
commitdiff
|
tree
2022-06-30
Tom Lane
pgindent run prior to branching v15.
commit
|
commitdiff
|
tree
2022-06-28
Bruce Momjian
relnotes: update item about public schema permission...
commit
|
commitdiff
|
tree
2022-06-27
Tom Lane
Stamp 15beta2.
commit
|
commitdiff
|
tree
2022-06-27
Magnus Hagander
Remove outdated recommendation for manual VACUUM
commit
|
commitdiff
|
tree
2022-06-27
Peter Eisentraut
PL/Python: Update guide to alternative expected files
commit
|
commitdiff
|
tree
2022-06-27
Peter Eisentraut
pg_upgrade: Fix version comparison for global ICU support
commit
|
commitdiff
|
tree
2022-06-27
Michael Paquier
doc: Mention attribute "inherited" in pg_stats_ext...
commit
|
commitdiff
|
tree
2022-06-27
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2022-06-27
Heikki Linnakangas
Fix visibility check when XID is committed in CLOG...
commit
|
commitdiff
|
tree
2022-06-26
Thomas Munro
Fix relptr's encoding of the base address.
commit
|
commitdiff
|
tree
2022-06-26
Tom Lane
Harden range_table_mutator() against null RangeTblEntry...
commit
|
commitdiff
|
tree
2022-06-25
Thomas Munro
Don't trust signalfd() on illumos.
commit
|
commitdiff
|
tree
2022-06-25
Noah Misch
CREATE INDEX: use the original userid for more ACL...
commit
|
commitdiff
|
tree
2022-06-25
Noah Misch
Use --no-unlogged-table-data in t/027_stream_regress.pl.
commit
|
commitdiff
|
tree
2022-06-24
Peter Eisentraut
Remove unportable test
commit
|
commitdiff
|
tree
2022-06-24
Amit Kapila
Fix intermetent test failure in 028_row_filter.pl.
commit
|
commitdiff
|
tree
2022-06-24
Amit Kapila
Doc: clarify that tablesync ignores publish operation.
commit
|
commitdiff
|
tree
2022-06-23
Peter Eisentraut
Fix missing newline at end of message
commit
|
commitdiff
|
tree
2022-06-23
Michael Paquier
Fix typo in pg_publication.c
commit
|
commitdiff
|
tree
2022-06-23
Peter Eisentraut
PL/Tcl: Don't link with -lc explicitly
commit
|
commitdiff
|
tree
2022-06-23
Amit Kapila
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
commit
|
commitdiff
|
tree
2022-06-23
Michael Paquier
Fix two issues with HEADER MATCH in COPY
commit
|
commitdiff
|
tree
2022-06-22
Andres Freund
pgstat: Mention pgstat_replslot.c in pgstat.c.
commit
|
commitdiff
|
tree
2022-06-22
Bruce Momjian
doc: improve wording of plpgsql RAISE format text
commit
|
commitdiff
|
tree
2022-06-22
Bruce Momjian
doc: clarify wording about phantom reads
commit
|
commitdiff
|
tree
2022-06-22
Robert Haas
amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
commit
|
commitdiff
|
tree
2022-06-22
Peter Eisentraut
doc: Clean up title case use
commit
|
commitdiff
|
tree
2022-06-21
Tom Lane
Simplify tab completion of extension versions.
commit
|
commitdiff
|
tree
2022-06-21
Amit Kapila
Fix stale values in partition map entries on subscribers.
commit
|
commitdiff
|
tree
2022-06-21
Peter Eisentraut
doc: Make some synopsis punctuation consistent
commit
|
commitdiff
|
tree
2022-06-21
Amit Kapila
Fix partition table's REPLICA IDENTITY checking on...
commit
|
commitdiff
|
tree
2022-06-20
Peter Eisentraut
Fix file references inside some SGML comments
commit
|
commitdiff
|
tree
2022-06-19
Bruce Momjian
relnotes: simplify wording of pg_basebackup compressio...
commit
|
commitdiff
|
tree
2022-06-19
Peter Eisentraut
Message and documentation refinements
commit
|
commitdiff
|
tree
2022-06-18
Tom Lane
Fix busted tab completion of extension versions.
commit
|
commitdiff
|
tree
2022-06-17
Michael Paquier
doc: Do s/int/integer/ to describe the type of some...
commit
|
commitdiff
|
tree
2022-06-16
Tomas Vondra
Revert changes in HOT handling of BRIN indexes
commit
|
commitdiff
|
tree
2022-06-16
Michael Paquier
Fix comment in regression tests for large objects
commit
|
commitdiff
|
tree
2022-06-16
Amit Kapila
Fix data inconsistency between publisher and subscriber.
commit
|
commitdiff
|
tree
2022-06-15
Alvaro Herrera
Link to MVCC docs in MERGE docs
commit
|
commitdiff
|
tree
2022-06-15
Michael Paquier
Re-add locally-generated files in pg_upgrade's .gitigno...
commit
|
commitdiff
|
tree
2022-06-15
Amit Kapila
Fix cache look-up failures while applying changes in...
commit
|
commitdiff
|
tree
2022-06-15
Michael Paquier
Tweak behavior of psql --single-transaction depending...
commit
|
commitdiff
|
tree
2022-06-14
Tom Lane
Avoid ecpglib core dump with out-of-order operations.
commit
|
commitdiff
|
tree
2022-06-14
Tom Lane
Doc: clarify the default collation behavior of domains.
commit
|
commitdiff
|
tree
2022-06-13
Tom Lane
pg_upgrade: further tweaking of make_outputdirs().
commit
|
commitdiff
|
tree
2022-06-12
Andrew Dunstan
Make subscription tests pass with log_error_verbosity...
commit
|
commitdiff
|
tree
2022-06-11
Bruce Momjian
relnotes: update word wrapping
commit
|
commitdiff
|
tree
2022-06-11
Bruce Momjian
relnotes: update AS OF date
commit
|
commitdiff
|
tree
2022-06-11
Bruce Momjian
relnotes: add links to the release notes, indent,...
commit
|
commitdiff
|
tree
2022-06-10
Bruce Momjian
relnotes: add markup of text
commit
|
commitdiff
|
tree
2022-06-10
Tom Lane
Un-break whole-row Vars referencing domain-over-composi...
commit
|
commitdiff
|
tree
2022-06-10
Peter Eisentraut
Fix collation of JSON_TABLE output columns
commit
|
commitdiff
|
tree
2022-06-09
Etsuro Fujita
Improve comments for trivial_subqueryscan().
commit
|
commitdiff
|
tree
2022-06-09
Peter Eisentraut
psql: Show notices immediately (again)
commit
|
commitdiff
|
tree
2022-06-08
Tom Lane
Be more careful about GucSource for internally-driven...
commit
|
commitdiff
|
tree
2022-06-08
Tom Lane
Doc: copy-edit "jsonb Indexing" section.
commit
|
commitdiff
|
tree
2022-06-08
Peter Eisentraut
Put option listing back into alphabetical order
commit
|
commitdiff
|
tree
2022-06-08
Michael Paquier
Fix portability issue in TAP tests of psql for locales
commit
|
commitdiff
|
tree
2022-06-08
Michael Paquier
Restructure pg_upgrade output directories for better...
commit
|
commitdiff
|
tree
2022-06-08
David Rowley
Harden Memoization code against broken data types
commit
|
commitdiff
|
tree
2022-06-07
Tom Lane
Fix off-by-one loop termination condition in pg_stat_ge...
commit
|
commitdiff
|
tree
next