summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-08-18Remove obsolete replacement system() on darwinPeter Eisentraut
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-18Improve psql's tab completion for \l.Tom Lane
2016-08-18Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane
2016-08-18Improve formatting of comments in plpgsql.hPeter Eisentraut
2016-08-18Refactor RandomSalt to handle salts of different lengths.Heikki Linnakangas
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-18Refactor sendAuthRequest.Heikki Linnakangas
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-08-17Properly re-initialize replication slot shared memory upon creation.Andres Freund
2016-08-17Improve plpgsql's memory management to fix some function-lifespan leaks.Tom Lane
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-16Suppress -Wunused-result warning for strtol().Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-16Fix typosPeter Eisentraut
2016-08-16Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane
2016-08-16Fix possible crash due to incorrect allocation context.Robert Haas
2016-08-16Remove separate version numbering for ecpg preprocessor.Tom Lane
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
2016-08-15Update git_changelog to know that there's a 9.6 branch.Tom Lane
2016-08-15Stamp shared-library minor version numbers for v10.Tom Lane
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-15Simplify the process of perltidy'ing our Perl files.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-12Doc: clarify that DROP ... CASCADE is recursive.Tom Lane
2016-08-12Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane
2016-08-12Code cleanup in SyncRepWaitForLSN()Simon Riggs
2016-08-11Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane
2016-08-08Stamp 9.6beta4.REL9_6_BETA4Tom Lane
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-08-08Fix Windows shell argument quoting.Noah Misch
2016-08-08Reject, in pg_dumpall, names containing CR or LF.Noah Misch
2016-08-08Field conninfo strings throughout src/bin/scripts.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-08-08Make format() error messages consistent againPeter Eisentraut
2016-08-08Correct column name in information schemaPeter Eisentraut
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-08-07Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane