summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-14Remove BoolPtr typePeter Eisentraut
2017-09-14Fix bool/int type confusionPeter Eisentraut
2017-09-14Fix inconsistent capitalization.Robert Haas
2017-09-14Set partitioned_rels appropriately when UNION ALL is used.Robert Haas
2017-09-14Properly check interrupts in execScan.c.Andres Freund
2017-09-14Fix ordering in pg_dump of GRANTsStephen Frost
2017-09-13Adjust unstable regression test case.Tom Lane
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-13Improve error message in WAL senderPeter Eisentraut
2017-09-13Define LDAP_NO_ATTRS if necessary.Peter Eisentraut
2017-09-12Add psql variables to track success/failure of SQL queries.Tom Lane
2017-09-12Introduce BYTES unit for GUCs.Andres Freund
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-12Fixed ECPG to correctly handle out-of-scope cursor declarations with pointersMichael Meskes
2017-09-12Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane
2017-09-11pg_receivewal: Add --endpos optionPeter Eisentraut
2017-09-11Constify numeric.c.Andres Freund
2017-09-11Prefer argument name over "$n" for the refname of a plpgsql argument.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-10Add a test harness for the red-black tree code.Tom Lane
2017-09-10Remove pre-order and post-order traversal logic for red-black trees.Tom Lane
2017-09-09pg_upgrade: Message style fixesPeter Eisentraut
2017-09-09Fix failure-to-copy bug in commit 6f6b99d13.Tom Lane
2017-09-08Fix uninitialized-variable bug.Tom Lane
2017-09-08Fix more portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-08Fix pgbench TAP tests to work with --disable-thread-safety.Tom Lane
2017-09-08Remove mention of password_encryption = plain in postgresql.conf.sample.Tom Lane
2017-09-08Fix more portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Fix more portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Clean up excessive codePeter Eisentraut
2017-09-08Remove useless empty string initializationsPeter Eisentraut
2017-09-08Remove useless dead codePeter Eisentraut
2017-09-08Fix assorted portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Add much-more-extensive TAP tests for pgbench.Tom Lane
2017-09-08Refactor get_partition_for_tuple a bit.Robert Haas
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-07Further marginal hacking on generic atomic ops.Tom Lane
2017-09-07Exclude special values in recovery_target_timeSimon Riggs
2017-09-06Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.Tom Lane
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.Tom Lane
2017-09-06Remove duplicate reads from the inner loops in generic atomic ops.Tom Lane
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-09-05Add \gdesc psql command.Tom Lane
2017-09-05Use lfirst_node() and linitial_node() where appropriate in planner.c.Tom Lane