index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to autoconf 2.59 as well as updates of related scripts
Peter Eisentraut
2005-07-01
7
-3684
/
+7490
*
Clarify code to double \\ and '.
Bruce Momjian
2005-07-01
4
-11
/
+9
*
Clarify:
Bruce Momjian
2005-07-01
2
-6
/
+6
*
Update for roles:
Bruce Momjian
2005-07-01
2
-19
/
+8
*
Update for roles:
Bruce Momjian
2005-07-01
2
-8
/
+8
*
Item superceeded now that groups exist:
Bruce Momjian
2005-07-01
2
-6
/
+2
*
Done:
Bruce Momjian
2005-07-01
2
-6
/
+4
*
Fixes from Janko Richter <jankorichter@yahoo.de>
Teodor Sigaev
2005-07-01
27
-304
/
+730
*
Clarify documentation about log_min_duration_statement.
Bruce Momjian
2005-07-01
2
-12
/
+14
*
Improve error messages and add comment
Teodor Sigaev
2005-07-01
1
-5
/
+14
*
Adds some missing error handling to PGTYPESnumeric_div() in ecpg's
Neil Conway
2005-07-01
1
-7
/
+29
*
Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be
Neil Conway
2005-07-01
1
-4
/
+5
*
Bug fixes for GiST crash recovery.
Teodor Sigaev
2005-06-30
6
-65
/
+95
*
Issue fatal error if no TCP/IP sockets could be created
Peter Eisentraut
2005-06-30
1
-2
/
+9
*
Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL
Neil Conway
2005-06-30
1
-5
/
+1
*
Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *,
Neil Conway
2005-06-30
16
-21
/
+21
*
Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.
Neil Conway
2005-06-30
1
-5
/
+5
*
Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>
Neil Conway
2005-06-30
1
-1
/
+2
*
Dump comments for large objects.
Tom Lane
2005-06-30
3
-35
/
+162
*
Fix a theoretical memory leak in pg_password_sendauth(). If the first
Neil Conway
2005-06-30
1
-6
/
+6
*
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-30
6
-29
/
+45
*
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-29
19
-213
/
+135
*
More cleanup on roles patch. Allow admin option to be inherited through
Tom Lane
2005-06-29
7
-311
/
+534
*
Cleanup, remove unneeded pallocs
Teodor Sigaev
2005-06-29
2
-13
/
+9
*
Improve gettimeofday() documentation.
Bruce Momjian
2005-06-29
1
-12
/
+14
*
Improved words spacing.
Bruce Momjian
2005-06-29
1
-7
/
+7
*
Update typedefs for pgindent.
Bruce Momjian
2005-06-28
1
-277
/
+112
*
Change awk ~ pattern from "" to //.
Bruce Momjian
2005-06-28
1
-26
/
+26
*
Fix up problems in write_auth_file and parsing of the auth file.
Tom Lane
2005-06-28
4
-147
/
+235
*
Bring syntax of role-related commands into SQL compliance. To avoid
Tom Lane
2005-06-28
11
-316
/
+344
*
Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.
Teodor Sigaev
2005-06-28
4
-30
/
+16
*
Fix broken initdb -W option, per Michael Fuhr.
Tom Lane
2005-06-28
1
-2
/
+2
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
96
-3211
/
+3309
*
Done:
Bruce Momjian
2005-06-27
2
-4
/
+4
*
Concurrency for GiST
Teodor Sigaev
2005-06-27
12
-591
/
+987
*
Modify pg_dump to assume that a check constraint is inherited if its
Tom Lane
2005-06-27
1
-11
/
+12
*
Done:
Bruce Momjian
2005-06-27
2
-4
/
+4
*
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-27
19
-794
/
+46
*
Done:
Bruce Momjian
2005-06-27
2
-4
/
+4
*
Remove the << >> &< and &> operators for contrib/cube, which were
Tom Lane
2005-06-27
7
-978
/
+13
*
Adjust contrib/seg &< and &> operators so that r-tree indexing logic
Tom Lane
2005-06-27
5
-54
/
+60
*
Tweak dynahash.c to not allocate so many entries at once when dealing
Tom Lane
2005-06-26
3
-13
/
+22
*
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-26
17
-36
/
+409
*
Code review for escape-strings patch. Sync psql and plpgsql lexers
Tom Lane
2005-06-26
10
-82
/
+134
*
Fix overlooked regression output file.
Tom Lane
2005-06-26
1
-1
/
+1
*
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2005-06-26
30
-90
/
+242
*
Fix a couple of items that should be declared Oid not int. Purely
Tom Lane
2005-06-25
2
-5
/
+5
*
Remove forced CHECKPOINT in regression tests --- redundant now that
Tom Lane
2005-06-25
1
-5
/
+1
*
Force a checkpoint before committing a CREATE DATABASE command. This
Tom Lane
2005-06-25
2
-2
/
+44
*
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
Tom Lane
2005-06-25
1
-5
/
+13
[next]