projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2020-11-25
Alvaro Herrera
Avoid spurious waits in concurrent indexing
commit
|
commitdiff
|
tree
2020-11-25
Tom Lane
In psql's \d commands, don't truncate attribute default...
commit
|
commitdiff
|
tree
2020-11-25
Tom Lane
Doc: minor improvements for section 11.2 "Index Types".
commit
|
commitdiff
|
tree
2020-11-25
Tom Lane
Avoid spamming the client with multiple ParameterStatus...
commit
|
commitdiff
|
tree
2020-11-25
Peter Eisentraut
tablefunc: Reject negative number of tuples passed...
commit
|
commitdiff
|
tree
2020-11-25
Peter Eisentraut
doc: Fix typos
commit
|
commitdiff
|
tree
2020-11-25
Peter Eisentraut
Make error hint from bind() failure more accurate
commit
|
commitdiff
|
tree
2020-11-25
Peter Eisentraut
Add support for abstract Unix-domain sockets
commit
|
commitdiff
|
tree
2020-11-25
Thomas Munro
Fix WaitLatch(NULL) on Windows.
commit
|
commitdiff
|
tree
2020-11-25
Amit Kapila
Remove obsolete comment atop ri_PlanCheck.
commit
|
commitdiff
|
tree
2020-11-25
David Rowley
Stop gap fix for __attribute__((cold)) compiler bug...
commit
|
commitdiff
|
tree
2020-11-25
Michael Paquier
Remove catalog function currtid()
commit
|
commitdiff
|
tree
2020-11-24
Andrew Gierth
Properly check index mark/restore in ExecSupportsMarkRe...
commit
|
commitdiff
|
tree
2020-11-24
David Rowley
Tidy up definitions of pg_attribute_hot and pg_attribut...
commit
|
commitdiff
|
tree
2020-11-24
Tom Lane
Put "inline" marker on declarations of inline functions.
commit
|
commitdiff
|
tree
2020-11-24
Heikki Linnakangas
Fix expected output: the order of agg permission checks...
commit
|
commitdiff
|
tree
2020-11-24
Heikki Linnakangas
Move per-agg and per-trans duplicate finding to the...
commit
|
commitdiff
|
tree
2020-11-24
Fujii Masao
doc: Get rid of unnecessary space character from some...
commit
|
commitdiff
|
tree
2020-11-24
Michael Paquier
Use macros instead of hardcoded offsets for LWLock...
commit
|
commitdiff
|
tree
2020-11-24
Tom Lane
Centralize logic for skipping useless ereport/elog...
commit
|
commitdiff
|
tree
2020-11-24
David Rowley
Fix unportable usage of __has_attribute
commit
|
commitdiff
|
tree
2020-11-23
David Rowley
Improve compiler code layout in elog/ereport ERROR...
commit
|
commitdiff
|
tree
2020-11-23
David Rowley
Define pg_attribute_cold and pg_attribute_hot macros
commit
|
commitdiff
|
tree
2020-11-23
Tom Lane
Remove unnecessary #include.
commit
|
commitdiff
|
tree
2020-11-23
Alvaro Herrera
Don't hold ProcArrayLock longer than needed in rare...
commit
|
commitdiff
|
tree
2020-11-23
Tom Lane
Rename the "point is strictly above/below point" compar...
commit
|
commitdiff
|
tree
2020-11-23
Tom Lane
Improve wording of two error messages related to genera...
commit
|
commitdiff
|
tree
2020-11-23
Alvaro Herrera
Make some sanity-check elogs more verbose
commit
|
commitdiff
|
tree
2020-11-23
Heikki Linnakangas
Fix a few comments that referred to copy.c.
commit
|
commitdiff
|
tree
2020-11-23
Heikki Linnakangas
Split copy.c into four files.
commit
|
commitdiff
|
tree
2020-11-22
Tom Lane
Allow a multi-row INSERT to specify DEFAULTs for a...
commit
|
commitdiff
|
tree
2020-11-21
Tom Lane
In geo_ops.c, represent infinite slope as Infinity...
commit
|
commitdiff
|
tree
2020-11-21
Tom Lane
Fix FPeq() and friends to get the right answers for...
commit
|
commitdiff
|
tree
2020-11-21
Tom Lane
Extend the geometric regression test cases a little.
commit
|
commitdiff
|
tree
2020-11-21
Michael Paquier
Remove INSERT privilege check at table creation of...
commit
|
commitdiff
|
tree
2020-11-21
Peter Eisentraut
doc: Improve tableoid description
commit
|
commitdiff
|
tree
2020-11-20
Heikki Linnakangas
Make pg_rewind test case more stable.
commit
|
commitdiff
|
tree
2020-11-20
Magnus Hagander
Remove ability to independently select random number...
commit
|
commitdiff
|
tree
2020-11-20
Peter Eisentraut
Replace a macro by a function
commit
|
commitdiff
|
tree
2020-11-20
Thomas Munro
Add collation versions for FreeBSD.
commit
|
commitdiff
|
tree
2020-11-20
Fujii Masao
Emit log when restore_command succeeds but archived...
commit
|
commitdiff
|
tree
2020-11-20
Tom Lane
On macOS, use -isysroot in link steps as well as compil...
commit
|
commitdiff
|
tree
2020-11-19
Tom Lane
Remove undocumented IS [NOT] OF syntax.
commit
|
commitdiff
|
tree
2020-11-19
Tom Lane
Further fixes for CREATE TABLE LIKE: cope with self...
commit
|
commitdiff
|
tree
2020-11-19
Peter Eisentraut
Rename object in test to avoid conflict
commit
|
commitdiff
|
tree
2020-11-19
Peter Eisentraut
Hash support for row types
commit
|
commitdiff
|
tree
2020-11-19
Thomas Munro
Add BarrierArriveAndDetachExceptLast().
commit
|
commitdiff
|
tree
2020-11-19
Michael Paquier
Improve failure detection with array parsing in pg_dump
commit
|
commitdiff
|
tree
2020-11-18
Alvaro Herrera
Relax lock level for setting PGPROC->statusFlags
commit
|
commitdiff
|
tree
2020-11-18
Heikki Linnakangas
Skip allocating hash table in EXPLAIN-only mode.
commit
|
commitdiff
|
tree
2020-11-18
Heikki Linnakangas
docs: Clarify that signal functions have no feedback.
commit
|
commitdiff
|
tree
2020-11-18
Peter Eisentraut
Add more tests for hashing and hash-based plans
commit
|
commitdiff
|
tree
2020-11-18
Michael Paquier
Add tab completion for CREATE [OR REPLACE] TRIGGER...
commit
|
commitdiff
|
tree
2020-11-17
Peter Geoghegan
Deprecate nbtree's BTP_HAS_GARBAGE flag.
commit
|
commitdiff
|
tree
2020-11-17
Alvaro Herrera
indexcmds.c: reorder function prototypes
commit
|
commitdiff
|
tree
2020-11-17
Peter Geoghegan
nbtree: Rename nbtinsert.c variables for consistency.
commit
|
commitdiff
|
tree
2020-11-17
Amit Kapila
Fix 'skip-empty-xacts' option in test_decoding for...
commit
|
commitdiff
|
tree
2020-11-17
Tom Lane
Don't Insert() a VFD entry until it's fully built.
commit
|
commitdiff
|
tree
2020-11-16
Alvaro Herrera
Rename PGPROC->vacuumFlags to statusFlags
commit
|
commitdiff
|
tree
2020-11-16
Tom Lane
Do not return NULL for error cases in satisfies_hash_pa...
commit
|
commitdiff
|
tree
2020-11-16
Tom Lane
Use "true" not "TRUE" in one ICU function call.
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: update bgwriter description
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: clarify how to find pg_type_d.h in the install...
commit
|
commitdiff
|
tree
2020-11-16
Peter Eisentraut
Remove unused and deprecated strategy numbers from...
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: improve wording of the need for analyze of exp...
commit
|
commitdiff
|
tree
2020-11-16
Alvaro Herrera
Fix typo
commit
|
commitdiff
|
tree
2020-11-16
Peter Eisentraut
Normalize comment in empty grammar rules
commit
|
commitdiff
|
tree
2020-11-16
Peter Eisentraut
Remove code handling removed deprecated containment...
commit
|
commitdiff
|
tree
2020-11-16
Fujii Masao
Make the standby server promptly handle interrupt signals.
commit
|
commitdiff
|
tree
2020-11-16
Alexander Korotkov
Reword 'simple comparison' => 'inequality' in pgtrgm...
commit
|
commitdiff
|
tree
2020-11-16
Michael Paquier
Relax INSERT privilege requirement for CTAS and matview...
commit
|
commitdiff
|
tree
2020-11-15
Tom Lane
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
commit
|
commitdiff
|
tree
2020-11-15
Peter Geoghegan
nbtree: Demote incomplete split "can't happen" error.
commit
|
commitdiff
|
tree
2020-11-15
Tom Lane
Suppress "warning: variable 'collcollate' set but not...
commit
|
commitdiff
|
tree
2020-11-15
Heikki Linnakangas
Fix timing issue in pg_rewind test.
commit
|
commitdiff
|
tree
2020-11-15
Alexander Korotkov
Add missing 'the' to pgtrgm.sgml
commit
|
commitdiff
|
tree
2020-11-15
Alexander Korotkov
Fix alphabetic ordering in typedefs.list
commit
|
commitdiff
|
tree
2020-11-15
Alexander Korotkov
Handle equality operator in contrib/pg_trgm
commit
|
commitdiff
|
tree
2020-11-14
Tom Lane
Provide the OR REPLACE option for CREATE TRIGGER.
commit
|
commitdiff
|
tree
2020-11-14
Tom Lane
Doc: improve partitioning discussion in ddl.sgml.
commit
|
commitdiff
|
tree
2020-11-14
Michael Paquier
Fix some typos
commit
|
commitdiff
|
tree
2020-11-13
Tom Lane
Support negative indexes in split_part().
commit
|
commitdiff
|
tree
2020-11-13
Heikki Linnakangas
Remove another test that doesn't work on Windows.
commit
|
commitdiff
|
tree
2020-11-12
Bruce Momjian
doc: clarify where to find pg_type_d.h (PG 11+) and...
commit
|
commitdiff
|
tree
2020-11-12
Bruce Momjian
docs: mention that expression indexes need analyze
commit
|
commitdiff
|
tree
2020-11-12
Bruce Momjian
change wire protocol data type for history file content
commit
|
commitdiff
|
tree
2020-11-12
Heikki Linnakangas
Remove tests that don't work on Windows.
commit
|
commitdiff
|
tree
2020-11-12
Andrew Gierth
pg_trgm: fix crash in 2-item picksplit
commit
|
commitdiff
|
tree
2020-11-12
Heikki Linnakangas
Allow pg_rewind to use a standby server as the source...
commit
|
commitdiff
|
tree
2020-11-12
Peter Eisentraut
Clean up optional rules in grammar
commit
|
commitdiff
|
tree
2020-11-12
Alexander Korotkov
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
commit
|
commitdiff
|
tree
2020-11-12
Fujii Masao
Use standard SIGHUP and SIGTERM handlers in walreceiver.
commit
|
commitdiff
|
tree
2020-11-12
Alexander Korotkov
Fix name of the macro for getting signature length...
commit
|
commitdiff
|
tree
2020-11-12
Fujii Masao
pg_stat_statements: track number of rows processed...
commit
|
commitdiff
|
tree
2020-11-12
Michael Paquier
Remove useless SHA256 initialization when not using...
commit
|
commitdiff
|
tree
2020-11-11
Tomas Vondra
Remove duplicate code in brin_memtuple_initialize
commit
|
commitdiff
|
tree
2020-11-11
Peter Eisentraut
Fix some stray whitespace in parser files
commit
|
commitdiff
|
tree
2020-11-11
Magnus Hagander
Remove line missed in previous commit
commit
|
commitdiff
|
tree
2020-11-11
Magnus Hagander
Remove vacuumdb --analyze-in-stages from pg_upgrade...
commit
|
commitdiff
|
tree
2020-11-11
Peter Eisentraut
Add pg_nodiscard decorations to some functions
commit
|
commitdiff
|
tree
next