summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Brace cleanup.Bruce Momjian2006-01-111-3/+1
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-119-34/+61
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-1119-68/+68
* Remove a confusing pair of parentheses.Neil Conway2006-01-111-3/+3
* Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane2006-01-102-18/+98
* Minor code clarity improvement: AFAICS, estate.eval_econtext must beNeil Conway2006-01-101-5/+3
* Improve patternsel() by applying the operator itself to each valueTom Lane2006-01-101-92/+180
* remove unneeded defines for uid_t and gid_t, which conflict with perl's typed...Andrew Dunstan2006-01-101-6/+2
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-101-1/+2
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-091-12/+24
* Change allow_system_table_mods to PGC_POSTMASTER, restoring previousPeter Eisentraut2006-01-091-2/+2
* Minor code cleanup for PL/Python: fixup some strangely formatted comments,Neil Conway2006-01-091-69/+47
* Rationalise perl header inclusions via a common include file, which alsoAndrew Dunstan2006-01-085-43/+54
* Fix the assert_enabled issue properly. This eliminates the former ABITom Lane2006-01-083-9/+8
* Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. PerTom Lane2006-01-081-3/+1
* Avoid leaking memory while reading toasted entries from pg_rewrite,Tom Lane2006-01-081-21/+39
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-0811-30/+255
* Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane2006-01-071-1/+7
* Add comment explaining why RelationOpenSmgr() call is not needed.Tom Lane2006-01-071-1/+2
* During CatCacheRemoveCList, we must now remove any members that areTom Lane2006-01-071-1/+19
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-061-2/+9
* Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian2006-01-061-3/+5
* Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane2006-01-061-2/+15
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-061-3/+10
* Fix ReadBuffer() to correctly handle the case where it's trying to extendTom Lane2006-01-061-6/+40
* Update x86 Solaris documenation ideas.Bruce Momjian2006-01-051-3/+5
* Add compile flags sample.Bruce Momjian2006-01-051-1/+2
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-0512-246/+316
* Remove BEOS port.Bruce Momjian2006-01-0525-1155/+22
* Remove QNX file.Bruce Momjian2006-01-051-12/+0
* Remove QNX port.Bruce Momjian2006-01-0526-1760/+19
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-0415-259/+414
* Fix another case in which autovacuum would fail while analyzingTom Lane2006-01-041-1/+9
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-031-3/+3
* Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane2006-01-031-3/+41
* Assume select() might modify struct timeout, so remove previousBruce Momjian2006-01-031-9/+10
* Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian2006-01-031-76/+39
* Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane2006-01-021-4/+6
* Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane2006-01-021-3/+2
* Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan2006-01-021-8/+14
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-021-1/+0
* Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian2006-01-021-10/+10
* Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane2006-01-011-78/+77
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-019-14870/+14870
* Trim an obsolete comment: it is no longer relevant that "SELECT" wasNeil Conway2006-01-011-4/+4
* Clean up initdb's code for selecting max_connections and shared_buffersTom Lane2005-12-311-65/+61
* Rename variable to cmd_str.Bruce Momjian2005-12-312-10/+10
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-312-10/+10
* Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian2005-12-311-7/+7
* Rename send_rfq to send_ready_for_query.Bruce Momjian2005-12-301-8/+8