aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Add libpq include directory to script.Bruce Momjian2006-07-11
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-10
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-10
* Improve compile line for tool.Bruce Momjian2006-07-10
* Update usage documention for pgincludeBruce Momjian2006-07-10
* Add $CFLAGS handling to pgcompinclude.Bruce Momjian2006-07-10
* Fix 'find' args for pgcompinclude tool.Bruce Momjian2006-07-10
* Improve tool coding.Bruce Momjian2006-07-10
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Improve script by processing only C files.Bruce Momjian2006-07-10
* Testing commit stuffAlvaro Herrera2006-07-10
* Fix typo in comment.Alvaro Herrera2006-07-08
* WIN32 fixes:Bruce Momjian2006-07-06
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-06
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-06
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04
* Fix typos in comments.Neil Conway2006-07-04
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-02
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-02
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-01
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-30
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-30
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-29
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-29
* Add missing #include directive: pg_constraint.h declares some functionsNeil Conway2006-06-28
* Fix typo in comment.Neil Conway2006-06-28
* Improve planner estimates for size of tuple hash tables.Tom Lane2006-06-28
* Fix hash aggregation to suppress unneeded columns from being stored inTom Lane2006-06-28
* Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane2006-06-28
* Forget to add new file :((Teodor Sigaev2006-06-28
* ChangesTeodor Sigaev2006-06-28
* Remove embedded newline in string literal --- seems to make newer gccTom Lane2006-06-27
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-27
* Default stats_command_string to 'on', now that its overhead is minimal.Bruce Momjian2006-06-27
* Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrectTom Lane2006-06-27
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-27
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-27
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-27
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-27
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-27