summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.3.19.REL9_3_19Tom Lane2017-08-283-10/+10
* Translation updatesPeter Eisentraut2017-08-2826-3786/+3818
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-221-0/+3
* Fix possible core dump in parallel restore when using a TOC list.Tom Lane2017-08-191-9/+14
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-171-0/+12
* Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes2017-08-163-3/+7
* Include foreign tables in information_schema.table_privilegesPeter Eisentraut2017-08-151-1/+1
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-142-9/+44
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-143-17/+7
* Remove AtEOXact_CatCache().Tom Lane2017-08-133-60/+0
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-094-35/+97
* Reword some unclear commentsAlvaro Herrera2017-08-081-3/+4
* Stamp 9.3.18.REL9_3_18Tom Lane2017-08-073-10/+10
* Translation updatesPeter Eisentraut2017-08-0745-11720/+11148
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-074-823/+830
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-072-23/+40
* Disallow SSL session tickets.Tom Lane2017-08-041-0/+8
* Add missing ALTER USER variantsPeter Eisentraut2017-08-031-3/+11
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-032-122/+260
* Silence warning from modern perl about unescaped bracesTom Lane2017-08-021-1/+1
* Fix comment.Tatsuo Ishii2017-08-011-1/+1
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-314-13/+43
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-315-130/+205
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-311-0/+1
* Fix psql tab completion for CREATE USER MAPPING.Tom Lane2017-07-271-1/+1
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-261-33/+33
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-261-4/+37
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-241-8/+21
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-243-2/+49
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-231-1/+1
* Fix pg_dump's handling of event triggers.Tom Lane2017-07-222-4/+16
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-203-0/+44
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-177-27/+32
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-142-2/+6
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-133-1/+95
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-131-8/+8
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-123-9/+69
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-121-4/+17
* Fix variable and type name in comment.Heikki Linnakangas2017-07-121-2/+2
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-121-2/+0
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-113-4/+185
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-101-7/+15
* Fix potential data corruption during freezeTeodor Sigaev2017-07-061-1/+1
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-031-3/+11
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-282-89/+69
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-272-15/+48
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-271-1/+1
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-261-7/+32
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-261-0/+20
* Fix typo in commentAlvaro Herrera2017-06-221-1/+1