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-16
Thomas Munro
Emulate sigprocmask(), not sigsetmask(), on Windows.
commit
|
commitdiff
|
tree
2022-07-16
Thomas Munro
Make dsm_impl_posix_resize more future-proof.
commit
|
commitdiff
|
tree
2022-07-15
Peter Eisentraut
Log details for client certificate failures
commit
|
commitdiff
|
tree
2022-07-15
Peter Eisentraut
Convert macros to static inline functions (xlog_internal.h)
commit
|
commitdiff
|
tree
2022-07-15
Peter Eisentraut
Support gcc -fkeep-inline-functions
commit
|
commitdiff
|
tree
2022-07-15
David Rowley
Fix inconsistent parameter names between prototype...
commit
|
commitdiff
|
tree
2022-07-15
Bruce Momjian
docs: make monitoring "phases" table titles consistent
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify how dropping of extensions affects depend...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
pg_upgrade doc: mention that replication slots must...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: add documentation about ecpg Oracle-compatibility...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: move system views section to its own chapter
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify the behavior of identically-named savepoints
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify that "excluded" ON CONFLICT is a single row
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: mention that INSERT can block because of unique...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: mention the pg_locks lock names in parentheses
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Don't clobber postmaster sigmask in dsm_impl_resize.
commit
|
commitdiff
|
tree
2022-07-14
Tom Lane
Tighten up parsing logic in gen_node_support.pl.
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Avoid shadowing a variable in sync.c.
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Create a distinct wait event for POSIX DSM allocation.
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Remove redundant ftruncate() for POSIX DSM memory.
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Block signals while allocating DSM memory.
commit
|
commitdiff
|
tree
2022-07-14
John Naylor
Correct some uses of e.g. and i.e. in message strings...
commit
|
commitdiff
|
tree
2022-07-14
Michael Paquier
Remove support for Visual Studio 2013
commit
|
commitdiff
|
tree
2022-07-13
Michael Paquier
Fix output of createuser --help with --valid-until
commit
|
commitdiff
|
tree
2022-07-13
Tom Lane
Mop up pg_upgrade's nls.mk for commit b0a55e432.
commit
|
commitdiff
|
tree
2022-07-13
Tom Lane
Revert "Use wildcards instead of manually-maintained...
commit
|
commitdiff
|
tree
2022-07-13
Tom Lane
Avoid unsatisfied-external-reference errors in static...
commit
|
commitdiff
|
tree
2022-07-13
Tom Lane
Use wildcards instead of manually-maintained file lists...
commit
|
commitdiff
|
tree
2022-07-13
Tom Lane
Remove artificial restrictions on which node types...
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
Convert macros to static inline functions (bufmgr.h)
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
Convert macros to static inline functions (itemptr.h)
commit
|
commitdiff
|
tree
2022-07-13
Alvaro Herrera
Plug memory leak
commit
|
commitdiff
|
tree
2022-07-13
Alvaro Herrera
Fix flag tests in src/test/modules/test_oat_hooks
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
Allow specifying STORAGE attribute for a new table
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
Remove useless assertions
commit
|
commitdiff
|
tree
2022-07-13
Alvaro Herrera
Fix XID list support some more
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
Fix for make unportability
commit
|
commitdiff
|
tree
2022-07-13
Peter Eisentraut
NLS: Put list of available languages into LINGUAS files
commit
|
commitdiff
|
tree
2022-07-13
David Rowley
Small cleanup of create_list_bounds()
commit
|
commitdiff
|
tree
2022-07-13
Michael Paquier
createuser: Add support for more clause types through...
commit
|
commitdiff
|
tree
2022-07-13
David Rowley
Use list_copy_head() instead of list_truncate(list_copy...
commit
|
commitdiff
|
tree
2022-07-13
Michael Paquier
createuser: Cleanup and fix internal option ordering
commit
|
commitdiff
|
tree
2022-07-13
David Rowley
Tidy up code in get_cheapest_group_keys_order()
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Fix ECPG's handling of type names that match SQL keywords.
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Invent qsort_interruptible().
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Improve error reporting from validate_exec().
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Remove trailing newlines in pg_upgrade's message strings.
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Add defenses against unexpected changes in the NodeTag...
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Invent nodetag_only attribute for Nodes.
commit
|
commitdiff
|
tree
2022-07-12
Robert Haas
Rename some functions to mention Relation instead of...
commit
|
commitdiff
|
tree
2022-07-12
Alvaro Herrera
Add copy/equal support for XID lists
commit
|
commitdiff
|
tree
2022-07-12
John Naylor
Fix out-of-bounds read in json_lex_string
commit
|
commitdiff
|
tree
2022-07-12
Fujii Masao
Support TRUNCATE triggers on foreign tables.
commit
|
commitdiff
|
tree
2022-07-11
Thomas Munro
Doc: Acknowledge historically supported CPUs and OSes.
commit
|
commitdiff
|
tree
2022-07-11
Thomas Munro
Further tidy-up for old CPU architectures.
commit
|
commitdiff
|
tree
2022-07-11
Jeff Davis
Provide log_status_format(), useful for an emit_log_hook.
commit
|
commitdiff
|
tree
2022-07-11
Tom Lane
Rationalize order of input files for gen_node_support.pl.
commit
|
commitdiff
|
tree
2022-07-11
Robert Haas
Fix mistake in comment.
commit
|
commitdiff
|
tree
2022-07-11
Peter Eisentraut
Convert macros to static inline functions (bufpage.h)
commit
|
commitdiff
|
tree
2022-07-11
Thomas Munro
Fix lock assertions in dshash.c.
commit
|
commitdiff
|
tree
2022-07-11
John Naylor
Build de-escaped JSON strings in larger chunks during...
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
Fix two portability issues with the tests of test_oat_hooks
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
Improve error message with JSON_SERIALIZE()
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
Improve two comments related to a boolean DefElem's...
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
doc: Fix inconsistent quotes in some jsonb fields
commit
|
commitdiff
|
tree
2022-07-10
Thomas Munro
Tidy up claimed supported CPUs and OSes.
commit
|
commitdiff
|
tree
2022-07-10
Thomas Munro
Fix \watch's interaction with libedit on ^C.
commit
|
commitdiff
|
tree
2022-07-09
Tom Lane
Exclude nodetags.h from headerscheck and cpluspluscheck.
commit
|
commitdiff
|
tree
2022-07-09
Tom Lane
Make assorted quality-of-life improvements in gen_node_...
commit
|
commitdiff
|
tree
2022-07-09
Tom Lane
Doc: rearrange high-level commentary about node support...
commit
|
commitdiff
|
tree
2022-07-09
Tom Lane
Mark Scan as an abstract node type, too.
commit
|
commitdiff
|
tree
2022-07-09
Tom Lane
Mark PlanState as an abstract node type.
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Remove code sections obsoleted by node support automation
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Move a comment
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Add generated nodes\nodetags.h to clean.bat
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Install generated nodes/nodetags.h
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Fix vpath build
commit
|
commitdiff
|
tree
2022-07-09
Peter Eisentraut
Automatically generate node support functions
commit
|
commitdiff
|
tree
2022-07-09
Bruce Momjian
doc: add examples for array_length() and jsonb_array_l...
commit
|
commitdiff
|
tree
2022-07-08
Bruce Momjian
doc: add pg_prewarm example
commit
|
commitdiff
|
tree
2022-07-08
Alexander Korotkov
Add missing inequality searches to rbtree
commit
|
commitdiff
|
tree
2022-07-08
Alexander Korotkov
Use C99 designator in the rbtree sentinel definition
commit
|
commitdiff
|
tree
2022-07-08
Robert Haas
Preserve relfilenode of pg_largeobject and its index...
commit
|
commitdiff
|
tree
2022-07-08
Peter Eisentraut
Adjust node serialization tag of A_Expr for consistency
commit
|
commitdiff
|
tree
2022-07-08
Peter Eisentraut
Remove T_Join and T_Plan
commit
|
commitdiff
|
tree
2022-07-08
John Naylor
Simplify json lexing state
commit
|
commitdiff
|
tree
2022-07-08
Peter Eisentraut
Reformat some more node comments
commit
|
commitdiff
|
tree
2022-07-08
Thomas Munro
Remove HP/Intel Itanium support.
commit
|
commitdiff
|
tree
2022-07-08
Thomas Munro
Remove HP-UX port.
commit
|
commitdiff
|
tree
2022-07-07
Andrew Dunstan
Only allow returning string types or bytea from json_se...
commit
|
commitdiff
|
tree
2022-07-07
Tom Lane
Remove stray references to lefttree/righttree in the...
commit
|
commitdiff
|
tree
2022-07-07
Fujii Masao
Add checkpoint and REDO LSN to log_checkpoints message.
commit
|
commitdiff
|
tree
2022-07-07
Dean Rasheed
Fix alias matching in transformLockingClause().
commit
|
commitdiff
|
tree
2022-07-07
Etsuro Fujita
postgres_fdw: Fix grammar.
commit
|
commitdiff
|
tree
2022-07-07
Peter Eisentraut
Convert macros to static inline functions (block.h)
commit
|
commitdiff
|
tree
2022-07-07
Michael Paquier
Make Windows 10 the minimal runtime requirement for...
commit
|
commitdiff
|
tree
2022-07-07
Amit Kapila
Re-order disable_on_error in tab-complete.
commit
|
commitdiff
|
tree
2022-07-07
Michael Paquier
Clean up some includes and comments in TAP test scripts
commit
|
commitdiff
|
tree
2022-07-06
Andres Freund
pgstat: slru: remove outdated comment
commit
|
commitdiff
|
tree
2022-07-06
Tom Lane
Fix wrong field order in _readMergeWhenClause().
commit
|
commitdiff
|
tree
next