summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Japanese FAQ.Bruce Momjian2009-01-052-12/+22
* Quiet repeated "loaded library" messages from child backends that are justTom Lane2009-01-051-2/+15
* Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane2009-01-052-2/+6
* Fix define_custom_variable to preserve any sourcefile/sourceline informationTom Lane2009-01-051-4/+12
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-054-5/+72
* Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut2009-01-052-3/+5
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-054-10/+11
* Export IsUnderPostmaster on win32.Alvaro Herrera2009-01-051-2/+2
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-0411-7/+1239
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-042-23/+38
* Fix embarrassing bug in recent smgr refactoring patch: WAL records shouldHeikki Linnakangas2009-01-041-3/+3
* Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut2009-01-042-17/+17
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-033-4/+29
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-033-12/+25
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-028-18/+45
* Initialize .pot files with some useful default values.Peter Eisentraut2009-01-021-3/+4
* Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut2009-01-024-33/+12
* Today is find-typo-in-old-patches day. Fix wrong cut/paste in identMagnus Hagander2009-01-021-2/+2
* Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to sayMagnus Hagander2009-01-021-2/+2
* Remove comments that say restart is required for changing of KerberosMagnus Hagander2009-01-021-5/+5
* Make it possible to change Kerberos/GSSAPI parameters without restartingMagnus Hagander2009-01-022-14/+12
* write_nondefault_variables must take care to write custom_variable_classesTom Lane2009-01-021-59/+76
* Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane2009-01-023-44/+42
* Be smarter --- accept missing comma, and force comma if missing.Bruce Momjian2009-01-011-3/+3
* Mention src/interfaces/libpq/libpq.rc.in needs to be updated forBruce Momjian2009-01-011-2/+2
* Make comma optional for copyright text change.Bruce Momjian2009-01-011-3/+3
* Add comma so this copyright notice is picked up in 2010.Bruce Momjian2009-01-011-2/+2
* Fix a couple of missed copyright dates.Tom Lane2009-01-012-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011037-2061/+2061
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-011-6/+12
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-313-14/+29
* Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane2008-12-311-1/+22
* Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane2008-12-312-65/+92
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-319-18/+70
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-3124-307/+757
* Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane2008-12-302-7/+9
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-301-2/+2
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-301-1/+3
* Fix thinko in documentation of default window frame behavior,Tom Lane2008-12-291-2/+2
* Finally the last test.Michael Meskes2008-12-291-3/+3
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-2974-887/+888
* Tighten up a couple of regression test cases that can have platform-dependentTom Lane2008-12-292-7/+8
* Support window functions a la SQL:2008.Tom Lane2008-12-2892-317/+6716
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-273-27/+65
* Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane2008-12-261-45/+0
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-242-6/+6
* Teach MSVC build system about building foreign data wrappers.Magnus Hagander2008-12-201-1/+10
* Add missing semicolon, per buildfarm results. Martin PihlakTom Lane2008-12-201-2/+2
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-201-17/+32
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-201-10/+10