summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-25Add missing "static" markers.Tom Lane
2018-01-25Clean up some aspects of pg_dump/pg_restore item-selection logic.Tom Lane
2018-01-25Ignore partitioned indexes where appropriateAlvaro Herrera
2018-01-25Improve pg_dump's handling of "special" built-in objects.Tom Lane
2018-01-25Remove use of byte-masking macros in record_image_cmpPeter Eisentraut
2018-01-25Allow spaces in connection strings in SSL testsPeter Eisentraut
2018-01-24Avoid referencing off the end of subplan_partition_offsets.Robert Haas
2018-01-24Add tests for record_image_eq and record_image_cmpPeter Eisentraut
2018-01-24Improve implementation of pg_attribute_always_inline.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-23Remove unnecessary includeAlvaro Herrera
2018-01-23pgbench: Remove accidental garbage in test filePeter Eisentraut
2018-01-23Update obsolete sentence in README.parallel.Robert Haas
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-23In pg_dump, force reconnection after issuing ALTER DATABASE SET command(s).Tom Lane
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-23Move EDH support to common filesPeter Eisentraut
2018-01-23Split out documentation of SSL parameters into their own sectionPeter Eisentraut
2018-01-23Add installcheck support to more test suitesPeter Eisentraut
2018-01-22Move handling of database properties from pg_dumpall into pg_dump.Tom Lane
2018-01-22Reorder code in pg_dump to dump comments etc in a uniform order.Tom Lane
2018-01-22PL/Python: Fix tests for older Python versionsPeter Eisentraut
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-21Support huge pages on WindowsMagnus Hagander
2018-01-21Fix wording of "hostaddrs"Magnus Hagander
2018-01-20Improve type conversion of SPI_processed in PythonPeter Eisentraut
2018-01-20Suppress possibly-uninitialized-variable warnings.Tom Lane
2018-01-19PL/Python: Simplify PLyLong_FromInt64Peter Eisentraut
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Fix CompareIndexInfo's attnum comparisonsAlvaro Herrera
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-19Fix pg_dump version comparisonAlvaro Herrera
2018-01-19Fix regression tests for better stabilityAlvaro Herrera
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera
2018-01-19Transfer state pertaining to pending REINDEX operations to workers.Robert Haas
2018-01-19Fix typo in recent commitSimon Riggs
2018-01-19Update commentPeter Eisentraut
2018-01-18Fix typo and improve punctuationPeter Eisentraut
2018-01-18Add tests for session_replication_rolePeter Eisentraut
2018-01-17Reorder C includesBruce Momjian
2018-01-17Remove useless lookup of root partitioned rel in ExecInitModifyTable().Tom Lane
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-17Fix compiler warnings due to commit cc4fededAndrew Dunstan
2018-01-17Centralize json and jsonb handling of datetime typesAndrew Dunstan
2018-01-16Remove useless use of bit-masking macrosPeter Eisentraut
2018-01-13Cope with indicator arrays that do not have the correct length.Michael Meskes