summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-19Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane
2016-08-19doc: requirepeer is a way to avoid spoofingBruce Momjian
2016-08-19Add alternative output for ON CONFLICT toast isolation test.Andres Freund
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-18doc: Speed up XSLT buildsPeter Eisentraut
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-18Support the new regexp_match() function for citext.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-17Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane
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-17docs: my third pass over the 9.6 release notesBruce Momjian
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-16doc: Remove some confusion from pg_archivecleanup docPeter Eisentraut
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-16Doc: copy-editing in create_access_method.sgml.Tom Lane
2016-08-16Doc: remove out-of-date claim that pg_am rows must be inserted by hand.Tom Lane
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
2016-08-15Allow .so minor version numbers above 9 in .gitignore.Tom Lane
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-14Fix assorted bugs in contrib/bloom.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-12Correct TABLESAMPLE docsSimon Riggs
2016-08-11Add ID property to replication slots' sect2Alvaro Herrera
2016-08-11Trivial cosmetic cleanup in bloom/blutils.c.Tom Lane
2016-08-11Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane
2016-08-11docs: my second pass over the 9.6 release notesBruce Momjian
2016-08-11Doc: write some for adminpack.Tom Lane