aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Revert tests for drop index concurrently.Simon Riggs2012-10-18
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Embedded list interfaceAlvaro Herrera2012-10-17
* When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian2012-10-16
* alter_generic regression test cannot run concurrently with privileges test.Tom Lane2012-10-15
* Fix typo in comment.Heikki Linnakangas2012-10-15
* Remove comment that is no longer true.Heikki Linnakangas2012-10-15
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-15
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-12
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan2012-10-11
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Remove _FORTIFY_SOURCEPeter Eisentraut2012-10-10
* Update obsolete comment.Tom Lane2012-10-10
* Set procost to 10 for each of the pg_foo_is_visible() functions.Tom Lane2012-10-10
* Fix PGXS support for building loadable modules on AIX.Tom Lane2012-10-09
* Remove unnecessary overhead in backend's large-object operations.Tom Lane2012-10-09
* Fix silly bug in previous refactoring.Heikki Linnakangas2012-10-09
* Put the logic to wait for WAL in standby mode to a separate function.Heikki Linnakangas2012-10-09
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Remove stray newline in comment.Heikki Linnakangas2012-10-09
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-08
* Fix lo_export usage in example programs.Tom Lane2012-10-08
* Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane2012-10-08
* Remove generation of repl_gram.hPeter Eisentraut2012-10-08
* Code review for 64-bit-large-object patch.Tom Lane2012-10-08
* Fix thinko in previous commitAlvaro Herrera2012-10-08
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Add #define for UUIDOID.Robert Haas2012-10-08
* Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas2012-10-08
* Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas2012-10-08
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Fix typo in previous MSC commit.Andrew Dunstan2012-10-07
* Quiet a few MSC compiler warnings.Andrew Dunstan2012-10-07
* Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii2012-10-07
* Bump up catalog vesion due to 64-bit large object API functionsTatsuo Ishii2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Fixed test for array boundary.Michael Meskes2012-10-05
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane2012-10-04
* PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut2012-10-04
* Remove redundant code for getnameinfo() replacementPeter Eisentraut2012-10-04
* Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane2012-10-04