summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-08-01Second try at getting useful errors out of newlocale/_create_locale.Tom Lane
2017-08-01Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-08-01Comment fix for partition_rbound_cmp().Dean Rasheed
2017-07-31Fix typoPeter Eisentraut
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-26Remove obsolete comments about functional dependenciesAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-07-22Improve comments about partitioned hash table freelists.Tom Lane
2017-07-22Fix typo in commentAlvaro Herrera
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-18Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane
2017-07-18Fix serious performance problems in json(b) to_tsvector().Tom Lane
2017-07-18Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-17hash: Fix write-ahead logging bugs related to init forks.Robert Haas
2017-07-15Improve comments for execExpr.c's handling of FieldStore subexpressions.Tom Lane
2017-07-15Improve comments for execExpr.c's isAssignmentIndirectionExpr().Tom Lane
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
2017-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10Translation updatesAlvaro Herrera
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-07-08Avoid unreferenced-function warning on low-functionality platforms.Tom Lane
2017-07-07Fix typoAlvaro Herrera
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-07-06Clarify the contract of partition_rbound_cmp().Dean Rasheed
2017-07-06Simplify the logic checking new range partition bounds.Dean Rasheed