summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-05-10psql: Add missing translation markersPeter Eisentraut
2017-05-10Avoid theoretical infinite loop loading relcache partition key.Robert Haas
2017-05-10Remove no-longer-needed compatibility code for hash indexes.Robert Haas
2017-05-10Fix typos in comments.Robert Haas
2017-05-10Prohibit transition tables on views and foreign tables.Robert Haas
2017-05-10Don't permit transition tables with TRUNCATE triggers.Robert Haas
2017-05-10Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas
2017-05-10Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas
2017-05-09Improve memory use in logical replication applyPeter Eisentraut
2017-05-09Ignore PQcancel errors properlyAlvaro Herrera
2017-05-09pg_dump: Add --no-subscriptions optionPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-09pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent srcBruce Momjian
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-08Fix statistics reporting in logical replication workersPeter Eisentraut
2017-05-08Fix possibly-uninitialized variable.Tom Lane
2017-05-08Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-08Remove poorly worded and duplicated commentSimon Riggs
2017-05-07Fix memory leaks if random salt generation fails.Heikki Linnakangas
2017-05-07Guard against null t->tm_zone in strftime.c.Tom Lane
2017-05-07Install the "posixrules" timezone link in MSVC builds.Tom Lane
2017-05-07Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane
2017-05-07pg_dump: Don't leak memory in buildDefaultACLCommands()Stephen Frost
2017-05-07RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost
2017-05-07Fix duplicated words in comment.Andres Freund
2017-05-06Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund
2017-05-05Suppress compiler warning about unportable pointer value.Tom Lane
2017-05-05Allow MSVC to build with Tcl 8.6.Alvaro Herrera
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-05-05Fix wording in pg_upgrade docsMagnus Hagander
2017-05-05Build pgoutput.dll in MSVC buildMagnus Hagander
2017-05-05Make SCRAM salts and nonces longer.Heikki Linnakangas
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-05Don't use SCRAM-specific "e=invalid-proof" on invalid password.Heikki Linnakangas
2017-05-05Change the way pg_dump retrieves partitioning infoStephen Frost
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-05-04Fix PQencryptPasswordConn to work with older server versions.Heikki Linnakangas
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-05-03Remove useless and rather expensive stanza in matview regression test.Tom Lane
2017-05-03Add pg_dump tests for CREATE STATISTICSAlvaro Herrera
2017-05-03pg_dump/t/002: append terminating semicolon to SQL commandsAlvaro Herrera
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-05-03Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane
2017-05-03Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane