summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-16Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane
2006-09-15Several fixes for MSVC build scripts, from Magnus.Tom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane
2006-09-15Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane
2006-09-15Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-09-14Add a couple of information functions to support direct checks on whetherTom Lane
2006-09-14Improve error message. Per discussionTeodor Sigaev
2006-09-14Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes
2006-09-14Added missing constuctor/destructor for interval and date.Michael Meskes
2006-09-13Make logging of extended-protocol commands a bit more consistent, perTom Lane
2006-09-13Code review for patch to avoid second scan when vacuuming index-lessTom Lane
2006-09-12Seems this wasn't committed originallyMichael Meskes
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-09-11Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane
2006-09-11Ooops, forgot to update ecpg comparison files to matchTom Lane
2006-09-11Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane
2006-09-10Remove unnecessary brace pair.Bruce Momjian
2006-09-10Back out patch added during 8.2.X development:Bruce Momjian
2006-09-10Install a cleaner solution to the AIX libpq linking problem, as perTom Lane
2006-09-10If we're going to advertise the array overlap/containment operators,Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-09-08Fix pg_dump for recent change removing separate RULE privilege.Tom Lane
2006-09-08Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane
2006-09-08Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane
2006-09-08Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes
2006-09-08Replaced complex tests with small ones.Michael Meskes
2006-09-08More logic from complex/test* moved to their own testcases.Michael Meskes
2006-09-07Clean up logging for extended-query-protocol operations, as per my recentTom Lane
2006-09-07Update pgcvslog comments.Bruce Momjian
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-09-07Changing a test case also changes the output that is expected.Michael Meskes
2006-09-07Removed one output because integer/double usage differMichael Meskes
2006-09-07Update Emacs/vim editor info.Bruce Momjian
2006-09-06Change processing of extended-Query mode so that an unnamed statementTom Lane
2006-09-06Add interval division/multiplication regression tests.Bruce Momjian
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-05Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane
2006-09-05Fix Intel compiler bug. Per discussionTeodor Sigaev
2006-09-05Lost some changes yet againMichael Meskes
2006-09-05Started to cleanup complex tests.Michael Meskes
2006-09-05Synced parser.Michael Meskes
2006-09-05Fix imprecision from interval rounding of multiplication/division.Bruce Momjian
2006-09-04Fix information_schema.key_column_usage to show correct value ofTom Lane
2006-09-04Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian
2006-09-04Add MSVC build tools.Bruce Momjian
2006-09-04Disallow TRUNCATE when there are any pending after-trigger events forTom Lane
2006-09-04Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian
2006-09-04Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian