summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-12-06Improve our response to invalid format strings, and detect more cases.Tom Lane
2018-12-06Cleanup comments in xlog compressionStephen Frost
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-12-04Fix typoStephen Frost
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-30Silence compiler warningAlvaro Herrera
2018-11-30Fix typo.Amit Kapila
2018-11-30Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-11-29Fix minor typo in dsa.c.Thomas Munro
2018-11-29Fix handling of synchronous replication for stopping WAL sendersMichael Paquier
2018-11-28Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan
2018-11-28Only allow one recovery target settingPeter Eisentraut
2018-11-28Don't set PAM_RHOST for Unix sockets.Thomas Munro
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra
2018-11-27Don't count zero-filled buffers as 'read' in EXPLAIN.Thomas Munro
2018-11-27Fix jit compilation bug on wide tables.Andres Freund
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-25Fix assertion failure for SSL connections.Thomas Munro
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-11-23Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-11-22Fix typo in description of ExecFindPartitionMichael Paquier
2018-11-21Fix typo in commit 6f7d02aa60b7Alvaro Herrera
2018-11-21Fix PartitionDispatchData vertical whitespaceAlvaro Herrera
2018-11-21instr_time.h: add INSTR_TIME_SET_CURRENT_LAZYAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-11-20Make WAL description output more consistentPeter Eisentraut
2018-11-20Refine some guc.c help textsPeter Eisentraut
2018-11-19Add needed #include.Tom Lane
2018-11-19Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-19Don't forget about failed fsync() requests.Thomas Munro
2018-11-19Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier
2018-11-17Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane
2018-11-17Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane
2018-11-17Fix some spurious new compiler warnings in MSVC.Andres Freund
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Avoid re-typedef'ing PartitionTupleRoutingAlvaro Herrera
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Fix slot type assumptions for nodeGather[Merge].Andres Freund
2018-11-16Don't generate tuple deforming functions for virtual slots.Andres Freund