aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Make new hints follow style guide.Tom Lane2005-08-10
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-10
* Extend pg_config to be able to report the build-time values of CC,Tom Lane2005-08-09
* Make backends that are reading the pgstats file verify each backend PIDTom Lane2005-08-09
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-09
* Remove unintended file change.Bruce Momjian2005-08-09
* Clarify wal_sync_method options in documentation.Bruce Momjian2005-08-09
* Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane2005-08-08
* Avoid useless loop overhead in AtEOXact routines when the backend isTom Lane2005-08-08
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane2005-08-08
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane2005-08-07
* Fix count_usable_fds() to stop trying to open files once it reachesTom Lane2005-08-07
* COPY performance improvements. Avoid calling CopyGetData for each inputTom Lane2005-08-06
* Actually, this macro had worse problems than a bogus name ...Tom Lane2005-08-05
* Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane2005-08-05
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Tweak BgBufferSync() so that a persistent write error on a dirty bufferTom Lane2005-08-02
* Prevent planner from including temp tables of other backends when expandingTom Lane2005-08-02
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-02
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-02
* Use ReadDir() not readdir() so as to have some modicum of error checking.Tom Lane2005-08-02
* Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may orTom Lane2005-08-02
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-02
* Un-Windows-ify newlines.Tom Lane2005-08-02
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Use the standard spelling of the protocol argument to get/setsockopt.Tom Lane2005-07-30
* Fix justify_days() for integer datestamp, clean up code.Bruce Momjian2005-07-30
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Please find attached diffs for documentation and simple regressionBruce Momjian2005-07-30
* Fix compile for no O_SYNC, but introduced with O_DIRECT.Bruce Momjian2005-07-30
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-30
* Fix an oversight I introduced on 2003-12-28: find_nots/push_nots shouldTom Lane2005-07-29
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-29
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-29
* Update catversion for dbsize changes.Bruce Momjian2005-07-29
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-29
* Fix typo.Bruce Momjian2005-07-29
* Update O_DIRECT comment.Bruce Momjian2005-07-29
* Use O_DIRECT if available when using O_SYNC for wal_sync_method.Bruce Momjian2005-07-29
* Thank you for applying patch --- regexp_replace.Bruce Momjian2005-07-29
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Add tab completion syntax for PREPARE 2-phase commit syntax.Bruce Momjian2005-07-28
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-28
* Code cleanup.Bruce Momjian2005-07-28