projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2018-11-24
Andrew Gierth
Avoid crashes in contrib/intarray gist__int_ops (bug...
commit
|
commitdiff
|
tree
2018-11-24
Tom Lane
Adjust new test case for more portability.
commit
|
commitdiff
|
tree
2018-11-24
Tom Lane
Fix float-to-integer coercions to handle edge cases...
commit
|
commitdiff
|
tree
2018-11-23
Tom Lane
Add a 64-bit hash function for type hstore.
commit
|
commitdiff
|
tree
2018-11-23
Tom Lane
Add a 64-bit hash function for type citext.
commit
|
commitdiff
|
tree
2018-11-23
Tom Lane
Clamp semijoin selectivity to be not more than inner...
commit
|
commitdiff
|
tree
2018-11-23
Alvaro Herrera
Silence compiler warnings
commit
|
commitdiff
|
tree
2018-11-23
Tom Lane
Remove bogus file.
commit
|
commitdiff
|
tree
2018-11-23
Alvaro Herrera
Don't allow partitioned indexes in pg_global tablespace
commit
|
commitdiff
|
tree
2018-11-23
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2018-11-23
Thomas Munro
Add WL_EXIT_ON_PM_DEATH pseudo-event.
commit
|
commitdiff
|
tree
2018-11-23
Michael Paquier
Clarify documentation about PASSWORD in CREATE/ALTER...
commit
|
commitdiff
|
tree
2018-11-22
Tom Lane
Fix another crash in json{b}_populate_recordset and...
commit
|
commitdiff
|
tree
2018-11-22
Tom Lane
Doc: rework introductory documentation about covering...
commit
|
commitdiff
|
tree
2018-11-22
Michael Paquier
Fix typo in description of ExecFindPartition
commit
|
commitdiff
|
tree
2018-11-21
Bruce Momjian
doc: adjust time zone names text, v2
commit
|
commitdiff
|
tree
2018-11-21
Bruce Momjian
doc: adjust time zone names text
commit
|
commitdiff
|
tree
2018-11-21
Alvaro Herrera
Rework the pgbench state machine code for clarity
commit
|
commitdiff
|
tree
2018-11-21
Alvaro Herrera
Fix typo in commit 6f7d02aa60b7
commit
|
commitdiff
|
tree
2018-11-21
Alvaro Herrera
Fix PartitionDispatchData vertical whitespace
commit
|
commitdiff
|
tree
2018-11-21
Alvaro Herrera
instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
commit
|
commitdiff
|
tree
2018-11-21
Andres Freund
Blind attempt at fixing sepgsql output for 578b22.
commit
|
commitdiff
|
tree
2018-11-21
Andres Freund
Fix sepgsql compile error caused by oid removal.
commit
|
commitdiff
|
tree
2018-11-21
Andres Freund
Remove WITH OIDS support, change oid catalog column...
commit
|
commitdiff
|
tree
2018-11-20
Michael Paquier
Improve description of buffer used to store records...
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
Make detection of SSL_CTX_set_min_proto_version more...
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
Add settings to control SSL/TLS protocol version
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
Make WAL description output more consistent
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
doc: Clarify CREATE TYPE ENUM documentation
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
Refine some guc.c help texts
commit
|
commitdiff
|
tree
2018-11-20
Michael Paquier
Fix issues with TAP tests of pg_verify_checksums
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Add needed #include.
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Handle EPIPE more sanely when we close a pipe reading...
commit
|
commitdiff
|
tree
2018-11-19
Alvaro Herrera
psql: Describe partitioned tables/indexes as such
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Update config/ax_pthread.m4 to latest upstream version.
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Postpone LLVM-related uses of AC_CHECK_DECLS.
commit
|
commitdiff
|
tree
2018-11-19
Alvaro Herrera
psql: Show IP address in \conninfo
commit
|
commitdiff
|
tree
2018-11-19
Robert Haas
Reduce unnecessary list construction in RelationBuildPa...
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Fix configure's AC_CHECK_DECLS tests to work correctly...
commit
|
commitdiff
|
tree
2018-11-19
Alvaro Herrera
Disallow COPY FREEZE on partitioned tables
commit
|
commitdiff
|
tree
2018-11-19
Peter Eisentraut
pg_archivecleanup: Update file header comment a bit
commit
|
commitdiff
|
tree
2018-11-19
Thomas Munro
PANIC on fsync() failure.
commit
|
commitdiff
|
tree
2018-11-19
Thomas Munro
Don't forget about failed fsync() requests.
commit
|
commitdiff
|
tree
2018-11-19
Michael Paquier
Rework documentation of pg_promote
commit
|
commitdiff
|
tree
2018-11-19
Michael Paquier
Remove unnecessary memcpy when reading WAL record fitti...
commit
|
commitdiff
|
tree
2018-11-18
Andrew Dunstan
fix typo
commit
|
commitdiff
|
tree
2018-11-18
Andrew Dunstan
Silence MSVC warnings about redefinition of isnan
commit
|
commitdiff
|
tree
2018-11-18
Tom Lane
Fix AC_REQUIRES breakage in LLVM autoconf tests.
commit
|
commitdiff
|
tree
2018-11-17
Tomas Vondra
Add valgrind suppressions for wcsrtombs optimizations
commit
|
commitdiff
|
tree
2018-11-17
Tom Lane
Avoid defining SIGTTIN/SIGTTOU on Windows.
commit
|
commitdiff
|
tree
2018-11-17
Tom Lane
Leave SIGTTIN/SIGTTOU signal handling alone in postmast...
commit
|
commitdiff
|
tree
2018-11-17
Andres Freund
Fix some spurious new compiler warnings in MSVC.
commit
|
commitdiff
|
tree
2018-11-17
Andres Freund
Make TupleTableSlots extensible, finish split of existi...
commit
|
commitdiff
|
tree
2018-11-16
Alvaro Herrera
Avoid re-typedef'ing PartitionTupleRouting
commit
|
commitdiff
|
tree
2018-11-16
Alvaro Herrera
pgbench: introduce a RandomState struct
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Inline hot path of slot_getsomeattrs().
commit
|
commitdiff
|
tree
2018-11-16
Alvaro Herrera
Redesign initialization of partition routing structures
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Fix slot type assumptions for nodeGather[Merge].
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Add dummy field to currently empty struct TupleTableSlo...
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Don't generate tuple deforming functions for virtual...
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Verify that expected slot types match returned slot...
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Compute information about EEOP_*_FETCHSOME at expressio...
commit
|
commitdiff
|
tree
2018-11-16
Andres Freund
Introduce notion of different types of slots (without...
commit
|
commitdiff
|
tree
2018-11-15
Andres Freund
Rejigger materializing and fetching a HeapTuple from...
commit
|
commitdiff
|
tree
2018-11-15
Peter Eisentraut
A small tweak to some comments for PartitionKeyData
commit
|
commitdiff
|
tree
2018-11-15
Peter Eisentraut
Correct code comments for PartitionedRelPruneInfo struct
commit
|
commitdiff
|
tree
2018-11-15
Peter Eisentraut
Update executor documentation for run-time partition...
commit
|
commitdiff
|
tree
2018-11-15
Andres Freund
Rationalize expression context reset in ExecModifyTable().
commit
|
commitdiff
|
tree
2018-11-15
Andres Freund
Make reformat-dat-files, reformat-dat-files VPATH safe.
commit
|
commitdiff
|
tree
2018-11-15
Tom Lane
Improve performance of partition pruning remapping...
commit
|
commitdiff
|
tree
2018-11-15
Alvaro Herrera
geo_ops.c: Clarify comments and function arguments
commit
|
commitdiff
|
tree
2018-11-15
Amit Kapila
Fix the omission in docs.
commit
|
commitdiff
|
tree
2018-11-15
Thomas Munro
Further adjustment to random() seed initialization.
commit
|
commitdiff
|
tree
2018-11-15
Thomas Munro
Increase the number of possible random seeds per time...
commit
|
commitdiff
|
tree
2018-11-15
Thomas Munro
Use 64 bit type for BufFileSize().
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Make psql's "\pset format" command reject non-unique...
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Doc: remove claim that all \pset format options are...
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Add a timezone-specific variant of date_trunc().
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Second try at fixing numeric data passed through an...
commit
|
commitdiff
|
tree
2018-11-14
Peter Eisentraut
Lower lock level for renaming indexes
commit
|
commitdiff
|
tree
2018-11-14
Michael Paquier
Initialize TransactionState and user ID consistently...
commit
|
commitdiff
|
tree
2018-11-14
Michael Paquier
Add flag values in WAL description to all heap records
commit
|
commitdiff
|
tree
2018-11-14
Michael Paquier
Refactor code creating PartitionBoundInfo
commit
|
commitdiff
|
tree
2018-11-13
Alvaro Herrera
Add INSERT ON CONFLICT test on partitioned tables with...
commit
|
commitdiff
|
tree
2018-11-13
Tom Lane
Fix incorrect results for numeric data passed through...
commit
|
commitdiff
|
tree
2018-11-13
Tom Lane
Fix realfailN lexer rules to not make assumptions about...
commit
|
commitdiff
|
tree
2018-11-13
Tom Lane
Remove unused code in ECPG.
commit
|
commitdiff
|
tree
2018-11-13
Tom Lane
Align ECPG lexer more closely with the core and psql...
commit
|
commitdiff
|
tree
2018-11-13
Peter Eisentraut
doc: Fix minor whitespace issue
commit
|
commitdiff
|
tree
2018-11-13
Peter Eisentraut
pg_dump: Fix dumping of WITH OIDS tables
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix const correctness warning.
commit
|
commitdiff
|
tree
2018-11-13
Amit Kapila
Fix the initialization of atomic variables introduced...
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix handling of HBA ldapserver with multiple hostnames.
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix possible buffer overrun in hba.c.
commit
|
commitdiff
|
tree
2018-11-12
Michael Paquier
Remove CommandCounterIncrement() after processing ON...
commit
|
commitdiff
|
tree
2018-11-12
Tom Lane
Simplify null-element handling in extension_config_remo...
commit
|
commitdiff
|
tree
2018-11-12
Tom Lane
Limit the number of index clauses considered in choose_...
commit
|
commitdiff
|
tree
2018-11-12
Michael Paquier
Fix incorrect author name in release notes
commit
|
commitdiff
|
tree
2018-11-12
Peter Eisentraut
doc: Small punctuation improvement
commit
|
commitdiff
|
tree
2018-11-12
Peter Eisentraut
doc: Small run-time pruning doc fix
commit
|
commitdiff
|
tree
next