| Commit message (Expand) | Author | Age | Files | Lines |
| * | Well the absolute correct solution would involve all of: | Bruce Momjian | 2001-11-15 | 2 | -8/+10 |
| * | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian | 2001-11-15 | 2 | -8/+21 |
| * | Remove duplicate extern declaration. | Tom Lane | 2001-11-12 | 1 | -2/+1 |
| * | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane | 2001-11-12 | 1 | -78/+8 |
| * | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane | 2001-11-12 | 1 | -11/+1 |
| * | Add comments of duplicate definitions in interfaces/odbc/md5.h. | Bruce Momjian | 2001-11-12 | 2 | -2/+6 |
| * | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane | 2001-11-12 | 1 | -1/+20 |
| * | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 2 | -6/+6 |
| * | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 2 | -19/+19 |
| * | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart | 2001-11-06 | 1 | -1/+1 |
| * | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane | 2001-11-06 | 1 | -3/+5 |
| * | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | 1 | -1/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 273 | -582/+583 |
| * | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane | 2001-11-05 | 1 | -1/+2 |
| * | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 | 1 | -0/+39 |
| * | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 | 1 | -14/+13 |
| * | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 2 | -71/+11 |
| * | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane | 2001-10-30 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 275 | -627/+888 |
| * | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane | 2001-10-25 | 3 | -4/+12 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 283 | -2072/+1798 |
| * | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut | 2001-10-24 | 1 | -1/+4 |
| * | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane | 2001-10-23 | 1 | -2/+7 |
| * | Fix foreign keys on system columns. | Tom Lane | 2001-10-23 | 1 | -1/+2 |
| * | Consolidate tables of known system attributes into one table. | Tom Lane | 2001-10-22 | 1 | -3/+5 |
| * | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane | 2001-10-21 | 4 | -13/+14 |
| * | Revert change to autodetect '__getopt_initialized' variable ... turns | Tom Lane | 2001-10-20 | 1 | -4/+1 |
| * | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane | 2001-10-19 | 1 | -1/+4 |
| * | Rename macro arg to avoid useless compiler warning when building plperl. | Tom Lane | 2001-10-19 | 1 | -2/+2 |
| * | Add STATUS_EOF value needed for auth.c. Remove a bunch of unused | Tom Lane | 2001-10-18 | 1 | -7/+2 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 8 | -17/+19 |
| * | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 | 1 | -1/+7 |
| * | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii | 2001-10-16 | 1 | -13/+13 |
| * | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane | 2001-10-13 | 1 | -1/+2 |
| * | Add missing prototype to suppress gcc warning. | Tom Lane | 2001-10-13 | 1 | -1/+2 |
| * | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian | 2001-10-13 | 1 | -4/+1 |
| * | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii | 2001-10-12 | 1 | -2/+6 |
| * | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 | 2 | -5/+10 |
| * | Add support for ISO-8859-6 to 16 | Tatsuo Ishii | 2001-10-11 | 1 | -11/+98 |
| * | Change plpgsql to depend on main parser's type-declaration grammar, | Tom Lane | 2001-10-09 | 1 | -1/+3 |
| * | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane | 2001-10-08 | 1 | -1/+2 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 6 | -26/+45 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 4 | -34/+13 |
| * | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane | 2001-10-04 | 1 | -4/+14 |
| * | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 | 3 | -8/+13 |
| * | Remove no-longer-used macros. | Tom Lane | 2001-10-03 | 1 | -62/+1 |
| * | Some further kibitzing on cachability of datetime functions. | Tom Lane | 2001-10-03 | 2 | -46/+46 |
| * | Neatnik fetishism. | Tom Lane | 2001-10-03 | 1 | -2/+2 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 4 | -30/+45 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 2 | -2/+4 |